C Programming
Faster Decimal Number I/O in C
Today I was playing (never competing, please!) in a Code Chef programming contest and was dismayed when comparing my timings with some other competitors. Theirs were way shorter, and I saw no way to improve my O(N) solution because I HAD to read an array of values. My processing