Closed TijnLogtens closed 6 years ago
My plan:
Bron-Kerbosch algorithm for finding maximal cliques in an undirected graph: https://en.wikipedia.org/wiki/Bron%E2%80%93Kerbosch_algorithm
Video explaining Bron-Kerbosch algorithm (without pivot and with pivot), step by step: https://www.youtube.com/watch?v=132XR-RLNoY
I think we can program the basic version now and in later phases when we need to optimise the algorithms, we can consider the improved versions. Some of them might also work better for some graphs than for others.
Possible future improvements: