Vidyalelo
Data Structure · Q4

Graphs

Programming · Data Structure · question 4

Q4

What is a cycle in a graph?

A.
A path that starts and ends at the same vertex with no other repetitions.
Answer
B.
A path that includes all vertices exactly once.
C.
A path with no edges.
D.
A complete traversal of all vertices.

Answer: Option A

Solution

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