Skip to content

find all cliques in a graph#259

Open
iriediese wants to merge 5 commits intowilliamfiset:masterfrom
iriediese:secondary
Open

find all cliques in a graph#259
iriediese wants to merge 5 commits intowilliamfiset:masterfrom
iriediese:secondary

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 <38431187+iriediese@users.noreply.github.com>
Co-Authored-By: Nihm <24206687+Nihm@users.noreply.github.com>
Co-Authored-By: johennin <52281498+johennin@users.noreply.github.com>
Co-Authored-By: JoaBon <34160048+JoaBon@users.noreply.github.com>
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 <38431187+iriediese@users.noreply.github.com>
Added test cases for FindAllCliques

Co-Authored-By: Theodor Andrei Moise <38431187+iriediese@users.noreply.github.com>
Moved test class to different folder.

Co-Authored-By: Theodor Andrei Moise <38431187+iriediese@users.noreply.github.com>
Removed white spaces and changed code formatting.

Co-Authored-By: Theodor Andrei Moise <38431187+iriediese@users.noreply.github.com>
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