np-hard-problem
There are 4 repositories under np-hard-problem topic.
JSANTOS22/Max-Clique
This project contains 3 implementations to solving the maximal clique problem.
Nonoxali/Vertex-cover
Naive and optimized greedy solutions to the NP-Hard Vertex cover problem with a basic GUI
RyzinGit/Hamming-Maximal-Clique
Algorithm for finding maximal cliques in hamming graph using brute force.