Vidyalelo
Data Structure · Q166

Trees in Data Structures

Programming · Data Structure · question 166

Q166

What is the worst case efficiency for a path compression algorithm?

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

Answer: Option D

Solution

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