Vidyalelo
Data Structure · Q205

Sorting Algorithms

Programming · Data Structure · question 205

Q205

In what time can a binary heap be built?

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

Answer: Option A

Solution

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