Vidyalelo
Data Structure · Q24

Graphs

Programming · Data Structure · question 24

Q24

What is the characteristic of a strongly connected component in a directed graph?

A.
The graph contains no cycles.
B.
The graph is bipartite.
C.
There is a path from every vertex to every other vertex.
Answer
D.
The graph is acyclic.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board