What is a stable sorting algorithm?



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

Post New Answer

More Data Structures Interview Questions

State the difference between arrays and linked lists?

1 Answers  


What differences exist between hashmap and hashtable?

1 Answers  


What do you mean by the term “percolate down”?

1 Answers  


How does a dynamic array work?

1 Answers  


What is array and string?

1 Answers  


What is the difference between ienumerable and list?

1 Answers  


What are the applications of b-tree?

1 Answers  


What is adt example?

1 Answers  


How can I study data structures and algorithms?

1 Answers  


What are the disadvantages of linked list over array?

1 Answers  


Does treeset remove duplicates?

1 Answers  


How does the bubble sort work?

1 Answers  


Categories