Vidyalelo
Data Structure · Q910

Miscellaneous on Data Structures

Programming · Data Structure · question 910

Q910

In what time can an augmented path be found?

A.
O(|E| log |V|)
B.
O(|E|)
Answer
C.
O(|E|2)
D.
O(|E|2 log |V|)

Answer: Option B

Solution

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