Hacker News new | ask | show | jobs
by sjolsen 3617 days ago
Strictly speaking, it's possible for different sorting algorithms to produce different results if you sort using a weak order rather than a total order.
1 comments

Or an unstable sort (which none of grandparent's examples are, but aren't uncommon in naive implementations)