We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17a0a6 commit c393049Copy full SHA for c393049
README.md
@@ -1,2 +1,16 @@
1
-# Set-Covering-Algorithm
+# Set Covering Algorithm
2
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