Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YorgosBas authored Jan 17, 2019
1 parent a17a0a6 commit c393049
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Set-Covering-Algorithm
# Set Covering Algorithm
Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes

# Tests

| PERSON | C | JAVA | C++ | GO | PYTHON | PHP |
| --- | --- | --- | --- | --- | --- | --- |
| 1 | | X | | | X | |
| 2 | | | | X | | X |
| 3 | X | X | | | | |
| 4 | X | X | X | X | | |
| 5 | | | | X | X | X |

### Result
`Accepted : 4
Accepted : 5`

0 comments on commit c393049

Please # to comment.