Connecting Tech Pros Worldwide Help | Site Map

Application of stable sort

  #1  
Old March 10th, 2009, 04:59 AM
Newbie
 
Join Date: Mar 2009
Posts: 1
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.
  #2  
Old March 10th, 2009, 09:20 PM
kadghar's Avatar
Expert
 
Join Date: Apr 2007
Location: Mexico City
Posts: 1,155

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting text of Modules in non CurrentDB Alan Carpenter answers 0 October 23rd, 2006 04:35 AM
Long compiling of SQL statements Gregor Kovač answers 5 February 22nd, 2006 09:05 AM
Why no serious MS Application in .NET yet ?? Herr Lucifer answers 146 November 22nd, 2005 07:58 PM
Why no serious MS Application in .NET yet ?? Herr Lucifer answers 142 July 21st, 2005 11:25 PM