A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute?
Answer Posted / udkl
Its Quick Sort !!!!!
Even I got Surpriced!!!
http://www.geocities.com/siliconvalley/network/1854/Sort1.
html
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How do you represent a linked list?
Can we add or delete an element after assigning an array?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
Explain the applications of stack?
What is java priority queue?
what is Linked lists?
What are linked lists used for?
Is selection sort greedy?
Define internal nodes?
What is the difference between a stack and an array?
How to find if linked list has loop?
Define linked list data structure.
What are vectors used for in real life?
Explain pre-order and in-order tree traversal.