Vidyalelo
Data Structure · Q221

Sorting Algorithms

Programming · Data Structure · question 221

Q221

What is the average case running time of an insertion sort algorithm?

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

Answer: Option D

Solution

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