Examveda

In the context of graph algorithms, what does a "cycle" refer to?

A. A path that visits each node exactly once.

B. A path that revisits the starting node.

C. A path with exactly two nodes.

D. A path that visits each node exactly once.

Answer: Option B


Join The Discussion

Related Questions on Graph Algorithms (DFS, BFS, Dijkstras, etc)