8
votes
1answer
457 views
How do I implement quicksort using a batch file?
While normally it's good to always choose the right language for the job, it can sometimes be instructive to try and do something in a language which is wildly inappropriate.
It can h …
18
votes
How do I implement quicksort using a batch file?
Turns out, it's not as hard as you might think. The syntax is ugly as hell, but the batch syntax is actually capable of some surprising things, including recursion, local variables, and some surp …
9
votes
How to rank a million images with a crowdsourced sort
Most naive approaches to the problem have some serious issues. The worst is how bash.org and qdb.us …
