Connecting Tech Pros Worldwide Forums | Help | Site Map

Application of stable sort

Newbie
 
Join Date: Mar 2009
Posts: 1
#1: Mar 10 '09
Hi,

Could somebody suggest an application for the stable sorting technique? Any scenario where you've chosen a particular sorting algorithm because it is stable?

Thanks.

kadghar's Avatar
Expert
 
Join Date: Apr 2007
Location: Mexico City
Posts: 1,155
#2: Mar 10 '09

re: Application of stable sort


you can find that in wikipedia's Sorting Algorithm article.:

The sorting algorithm you chose, strongly deppends on what you need, and of what kind of data you're sorting. If you dont have much experiencie coding sorting algorithms, Bubble Sort will be perfect, since it's stable and easy to understand.

HTH
Reply