| 1 | """ |
| 2 | * Author: Manuel Di Lullo (https://github.com/manueldilullo) |
| 3 | * Description: Approximization algorithm for minimum vertex cover problem. |
| 4 | Greedy Approach. Uses graphs represented with an adjacency list |
nothing calls this directly
no test coverage detected