1.

The time complexity to calculate the number of edges in a graph whose information in stored in form of an adjacency matrix is ____________

A. O(V)
B. O(E<sup>2</sup>)
C. O(E)
D. O(V<sup>2</sup>)
Answer» E.


Discussion

No Comment Found