williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
16.84k stars 4.29k forks source link

Add finding all complete subgraphs (cliques) in graph #27

Open williamfiset opened 6 years ago

williamfiset commented 6 years ago

Finding all cliques would be great, but the maximal clique is also ok.

iriediese commented 3 years ago

I have a bit of a lead on this. Can I give it a shot?