Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find all cliques in a graph #259

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

iriediese
Copy link

add algorithm to find all cliques (complete subgraphs) in a given graph, with tests. Fix #27

ioanacotutiu and others added 5 commits March 2, 2021 16:39
Added clique searching algorithm.

Co-Authored-By: Theodor Andrei Moise <[email protected]>
Co-Authored-By: Nihm <[email protected]>
Co-Authored-By: johennin <[email protected]>
Co-Authored-By: JoaBon <[email protected]>
Refactored the function for finding all cliques in a given graph.
Changed code documentation.
Refactored variable names.
Refactored code.

Co-Authored-By: Theodor Andrei Moise <[email protected]>
Added test cases for FindAllCliques

Co-Authored-By: Theodor Andrei Moise <[email protected]>
Moved test class to different folder.

Co-Authored-By: Theodor Andrei Moise <[email protected]>
Removed white spaces and changed code formatting.

Co-Authored-By: Theodor Andrei Moise <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add finding all complete subgraphs (cliques) in graph
2 participants