What is a stable sorting algorithm?
Answer / Awtar Singh
A Stable Sorting Algorithm preserves the relative order of equal elements in a collection. In other words, if two elements have the same value before sorting, their order remains unchanged after sorting.
| Is This Answer Correct ? | 0 Yes | 0 No |
State the difference between arrays and linked lists?
What differences exist between hashmap and hashtable?
What do you mean by the term “percolate down”?
How does a dynamic array work?
What is array and string?
What is the difference between ienumerable and list?
What are the applications of b-tree?
What is adt example?
How can I study data structures and algorithms?
What are the disadvantages of linked list over array?
Does treeset remove duplicates?
How does the bubble sort work?