A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute?
Answer Posted / rahul
Bubble Sort cannot be the answer, Because the MODIFIED BUBBLE SORT takes complexity of O(n) when the elements are arranged in a particular order..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between queue and stack.
What are the advantages of binary search over linear search?
How many types of arrays are there in visual basic?
What is 2 dimensional linked list?
Can we override compareto method for enumerations?
Is map a data structure?
What is bubble sort technique?
What is data structure and its classification?
Differentiate between the singly linked list and doubly linked list.
What are linked lists most commonly used for?
What is data structure? Explain.
What is the difference between data types and data structures?
Can hashtable have duplicate values?
What do you know about different sorting algorithms?
Explain the expression trees?