Skip to content

Commit c393049

Browse files
authored
Update README.md
1 parent a17a0a6 commit c393049

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# Set-Covering-Algorithm
1+
# Set Covering Algorithm
22
Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes
3+
4+
# Tests
5+
6+
| PERSON | C | JAVA | C++ | GO | PYTHON | PHP |
7+
| --- | --- | --- | --- | --- | --- | --- |
8+
| 1 | | X | | | X | |
9+
| 2 | | | | X | | X |
10+
| 3 | X | X | | | | |
11+
| 4 | X | X | X | X | | |
12+
| 5 | | | | X | X | X |
13+
14+
### Result
15+
`Accepted : 4
16+
Accepted : 5`

0 commit comments

Comments
 (0)