Topic: Graph Theory Problem / Level: advanced

Problem: Implement an algorithm to check if a directed graph can be strongly connected by adding edges.

Run the code to see the output here...