A list is ordered from smaller to largest when a sort is
called. Which sort would take the shortest time to execute?
Answer Posted / dwiti
Selection Sort
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
What is the use of hashtable?
Is hashmap synchronized?
Questions related to arrays, such as given a 2 integer array, find the common elements.
List out the basic operations that can be performed on a stack?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
What is sorting and classifying?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
Define a full binary tree ?
What is difference between while and do while?
What is a pseudocode example?
Is heap sort stable?
Define red-black trees.
Explain what is the data structures used to perform recursion?
Does arraylist guarantee insertion order?