A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?
Answer Posted / punit
insertion sort.
all the above answer r wrong.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What is data structure and why it is important?
What is array and its types in data structure?
Why quicksort is better than merge sort?
How to sequentially represent max-heap?
What is faster array or arraylist?
Which is faster hashset or treeset?
Construct a doubly linked list using a single pointer in each node?
What do you mean by quadratic probing?
Is hashtable fail fast?
Where is insertion sort used?
Define a binary search tree?
Can you have an arraylist of arrays?
How do you balance a tree?
Write an algorithm to find middle element in the linked list.
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.