
So my questions are:
1) What resources/books/websites/etc. would you suggest for someone preparing for a programming competition?
2) Are there any tricks/techniques/strategies that are helpful for this sort of thing?
Thanks!
//Andrew
Thanks! That helps a lot...wrongrook wrote:There are some good tutorial articles at http://community.topcoder.com/tc?module ... =alg_index.
It is also worth reading the editorials for past competitions as these contain worked solutions for all their competition problems. http://apps.topcoder.com/wiki/display/t ... t+Analysis
These problems often involve dynamic programming and graph algorithms.
codechef contains a wider range of problems including mathematically challenging ones like Project Euler. The site provides worked solutions once the competition ends at http://www.codechef.com/wiki/editorials ... t-problems.