Vidyalelo
Data Structure · Q135

Heaps

Programming · Data Structure · question 135

Q135

What is the amortized efficiency of skew merge?

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

Answer: Option B

Solution

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