A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute?
Answer Posted / santosh
Quict Sort
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate linear from a nonlinear data structure?
In what areas do data structures applied?
Differentiate between singly and doubly linked lists?
What is comparable interface?
Why do we use dynamic arrays?
Is an arraylist an object?
Write the c program to insert a node in circular singly list at the beginning.
Which is the parent class of sortedset
What are threaded binary trees?
How would you use bsearch() function to search a name stored in array of pointers to string?
What is a stable sorting algorithm?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
Can we change the size of an array at run time?
What is static array?
Who invented quicksort?