Vidyalelo
Data Structure · Q83

Heaps

Programming · Data Structure · question 83

Q83

What is the run time efficiency of an insertion algorithm?

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

Answer: Option A

Solution

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