An open API service indexing awesome lists of open source software.

https://github.com/yorgosbas/set-covering-algorithm

Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes
https://github.com/yorgosbas/set-covering-algorithm

algorithms covering problem set setcoveringproblem

Last synced: about 2 months ago
JSON representation

Given a number of sets with a number of universes,this algorithm finds the least sets with the most universes

Awesome Lists containing this project

README

        

# 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`