Vidyalelo
Data Structure · Q179

Miscellaneous on Data Structures

Programming · Data Structure · question 179

Q179

What is the efficiency of algorithm designed by Hopcroft and Karp?

A.
O(n+m)
B.
O(n(n+m)
C.
O(√n(n+m))
Answer
D.
O(n+2)

Answer: Option C

Solution

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