Vidyalelo
Data Structure · Q181

Sorting Algorithms

Programming · Data Structure · question 181

Q181

What is the typical running time of a heap sort algorithm?

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

Answer: Option B

Solution

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