Vidyalelo
Data Structure · Q609

Miscellaneous on Data Structures

Programming · Data Structure · question 609

Q609

What is the efficiency of Gale-Shapley algorithm used in stable marriage problem?

A.
O(N)
B.
O(N log N)
C.
O(N2)
Answer
D.
O(log N)

Answer: Option C

Solution

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