Sorting algorithm: Difference between revisions

Content deleted Content added
Wei.cs (talk | contribs)
Comparison of algorithms: Changed Selection sort from unstable to stable. Because if properly implemented, it can still be in-place and stable.
Wei.cs (talk | contribs)
Line 88:
|style="background:#ffdddd"|{{Sort|03|<math> \mathcal{O} \left( n^2 \right) </math>}}
|style="background:#ddffdd"|{{Sort|01|<math>\mathcal{O}\left( {1} \right)</math>}}
|style="background:#ffddddddffdd"| Yes
|| Selection
|nowrap align=left|