Topic: Graph Theory Problem / Level: intermediate

Problem: Implement the Bron-Kerbosch algorithm to find all maximal cliques in a graph.

Run the code to see the output here...