A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?

Answer Posted / varma

insertion sort works efficiently on sorted lists.....

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which collection is used for sort?

576


Why do we use dynamic arrays?

542


Write a program to insert an element and in the specific position in the array?

604


What is int data type?

624


What are two types of sorting?

589






What are red-black trees?

607


Why do we use insertion sort?

555


How would you implement two stacks using a single array?

646


Which sorting technique is faster?

577


What is the use of heap sort?

537


What is collection sort?

574


Is hashmap a collection?

592


What are sorting algorithms used for?

619


What is m way tree in data structure?

701


Explain the types of linked lists.

654