what is maximum possible number of edges in a direct graph with no self loops having 8 vertices
Answers
Answered by
3
Answer:
where n = number of vertices. 8(8-1) / 2 = 28. Therefore a simple graph with 8 vertices can have a maximum of 28 edges.
Explanation:
hope it helps
Similar questions