Home »
MCQs »
Data Structure and Algorithms (DSA) MCQs
How many edges are required to make a cyclic graph of n vertices?
22. How many edges are required to make a cyclic graph of n vertices?
- n-1
- 2n
- n
- n+1
Answer
The correct answer is: C) n
Explanation
To create a cycle graph, edges must be more or the same as the number of vertices.