In an adjacency matrix representation, what is the time complexity of determining whether two nodes are connected?
O(E)
O(V)
O(1)

Advanced Data Structures Exercises are loading ...