A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?
Answer Posted / swetha
insertion sort is best one because it takes less time fot sorted array of elements.......
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you find the depth of a binary tree?
What is a binary search tree? Explain with example?
What is m way tree in data structure?
What is the use of sorting the data?
What are binary search and fibonacci search?
What sorting algorithm should be used for sorting strings?
Why heap sort is not used?
What is data structures in computer science?
Why is hashmap faster than arraylist?
Why do we use collections?
Does arraylist shrink?
How do you find the index of an element in an arraylist?
What are the disadvantages of linked list over array?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
What is placement new in data structures?