Comment Re:Java???? (Score 1) 216
From what I seen on Topcoder, C++ is preferred to Java mostly because it allows more compact coding using preprocessor. Generally I never seen any example that the same algorithm would run in 2 sec in C++, but more that 2 sec and so failed in Java.
Also notice that all Topcoder application is written in Java.