http://www.perlmonks.org?node_id=1045942


in reply to Re^2: Sorting challenge (Insertion sort)
in thread Sorting challenge

I have seen advice on codechef.com to optimize I/O, not to use cin/cout but scanf/printf instead in C++. Which probably means that they are not after the best algorithm but just highly optimized code.