A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?
Answer Posted / zeeshan
insertion sort shows best case behaviour when list is
already sorted.....
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Advanced problems related to Data Structures were asked
What are the disadvantages of representing a stack or queue by a linked list?
What do you mean by 2-3 tree?
How can you add an item to the beginning of the list?
What is data and data structure?
What is priority queue in data structure?
Write the procedure to convert general tree to binary tree?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What is the difference between hashset and arraylist?
What should I learn first data structures or algorithms?
What data type is array?
Differentiate file structure from storage structure?
State the rules to be followed during infix to postfix conversions?
Which method will arrange the element of an array in alphabetical order?
Is queue fifo or lifo?