which sorting algorithm is best if the list is


Which sorting algorithm is best if the list is already sorted? Why?

Insertion sort as there is no movement of data if the list is already sorted and complexity is of the order O(N)

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: which sorting algorithm is best if the list is
Reference No:- TGS0277363

Expected delivery within 24 Hours