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
Explain the implementation of an AVL tree and Binary tree.
Is null a binary search tree?
What is the use of space complexity and time complexity?
What is the advantage of circular linked list?
What is the use of isEmpty() member methods?
How does insertion sort works?
what is a balanced tree.
What is a vector class?
Does arraylist guarantee insertion order?
Is hashmap a data structure?
Is list a data structure?
Can binary tree have 1 child?
Does treemap preserve order?
Write a Program for Reverse a linked list.
What are AVL trees?