Vidyalelo
Data Structure · Q206

Miscellaneous on Data Structures

Programming · Data Structure · question 206

Q206

What is the time complexity of Heap's algorithm?

A.
O(n log n)
B.
O(n2)
C.
O(n*n!)
D.
O(n!)
Answer

Answer: Option D

Solution

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