Vidyalelo
Data Structure · Q95

Graphs

Programming · Data Structure · question 95

Q95

Time complexity to check if an edge exists between two vertices would be . . . . . . . .

A.
O(V*V)
B.
O(V+E)
C.
O(1)
D.
O(E)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board