11 ms·
The cheapest tool you can find is surely the sort in your programming language's standard library. Writing your own sort seems crazy to me.
by rgossiaux 6y ago
The cheapest tool you can find is surely the sort in your programming language's standard library. Writing your own sort seems crazy to me.
- jdmichal 6y agoWhat can I say. Sometimes you're not working with the blessed standard data structures for which those algorithms are typically written.