Examveda

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: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms