A list is ordered from smaller to largest when a sort is
called. Which sort would take the longest time to execute?
Answers were Sorted based on User's Feedback
Answer / manasi
The Time Complexity of Bubble sort,insertion sort and
selection sort is same i.e. O(n^2). So all sorting
algorithms will take same time to sort the elements.
Please correct me if im wrong..
| Is This Answer Correct ? | 1 Yes | 7 No |
Write any two principles of gradation of structures.
0 Answers Mahatma Gandhi University,
What does abstract data type mean?
What are the non linear data structure?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
Does arraylist contain duplicates?
What package is arraylist?
What is data structures in computer science?
Why enum can not be used directly with printf function?
Have you ever used HashTable and Directory?
What's difference between stack and queue?
What do you mean by the term “percolate down”?
What is mergesort and hashtable?