Vidyalelo
Data Structure · Q74

Graphs

Programming · Data Structure · question 74

Q74

Time complexity to find if there is an edge between 2 particular vertices is . . . . . . . .

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

Answer: Option A

Solution

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