When we say a sorting algorithm is "stable" we mean
172
7%
12
the basic algorithm produces a sorted output order that preserves the relative order of input elements that have the same value
13%
22
the basic algorithm produces a sorted output order that preserves the relative order of input elements that have the same value (perhaps with a little...
the basic algorithm produces a sorted output order that preserves the relative order of input elements that have the same value (perhaps with a little easy programming to ensure this)
2%
4
the basic algorithm produces a sorted output order that preserves the relative order of input elements that have the same value ( but with some comple...
the basic algorithm produces a sorted output order that preserves the relative order of input elements that have the same value ( but with some complex and extensive programming to ensure this)