Question:

What is the minimum number of edges possible in a directed graph having 6 vertices and no self-loops?

Show Hint

For directed graphs without self-loops, use the formula \(n(n-1)\) to find edge count.
Updated On: June 02, 2025
  • 5
  • 30
  • 36
  • 216
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In a directed graph with \(n\) vertices and no self-loops, maximum possible number of edges is \(n(n - 1)\).
\[ n = 6 \Rightarrow 6 \times (6 - 1) = 30 \text{ edges} \]
Was this answer helpful?
0
0

Top Questions on Programming and Data Structures

View More Questions

TS PGECET Notification