Saved Bookmarks
| 1. |
What is maximum possible number of edges in a direct graph with no self loops having 8 vertices |
|
Answer» 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 |
|