Name: Anonymous 2013-05-23 4:36
There is nothing that recursion can do that can't be done simpler and more elegantly with a plain
for loop.
for loop.
/* like hell will I implement qsort down to width 1 */