Algorithms | InsertionSort | Question 2

Last Updated :
Discuss
Comments
Which is the correct order of the following algorithms with respect to their time Complexity in the best case ?
Merge sort > Quick sort >Insertion sort > selection sort
insertion sort < Quick sort < Merge sort < selection sort
Merge sort > selection sort > quick sort > insertion sort
Merge sort > Quick sort > selection sort > insertion sort
Share your thoughts in the comments