Sort stability: Difference between revisions

→‎{{header|D}}: Add Déjà Vu
(→‎{{header|Lasso}}: Adding Lasso explanation of sort stability)
(→‎{{header|D}}: Add Déjà Vu)
Line 135:
 
<em>Unstable</em>, <em>stable</em> and <em>semistable</em> (in algorithms that partition ranges in two, <em>semistable</em> preserves stability on just the left of the partition point) are supported.
=={{header|Déjà Vu}}==
The included sorting algorithm, <code>sort</code>, is stable.
 
=={{header|Erlang}}==
Anonymous user