[Solved] Total Strongly Connected Components Contest Problem
Total Strongly Connected Components: You are given a graph G with V vertices and E edges. You need to find total number of strongly connected components. Note: A strongly connected component (SCC) of a directed graph is a maximal strongly connected subgraph.…