What is meant by strongly connected in a graph?
4 years ago
Data Structure and Algorithm
An undirected graph is connected, if there is a path from every vertex to every other vertex. A directed graph with this property is called strongly connected.
Sanisha Maharjan
Jan 23, 2022