views:

290

answers:

3

Hi all,

I know some algorithm judge online system, but few of them have the solution attached. Most of the time after I deliever my own answer on those system, I can seen other people's solution have fewer memory usage and shorter CPU time cost which after refactories my code can not achieve. Is there any problem set have elegant solutions with them? I wanna to read the solution to find where to fill the gap. Thanks in advance!

+1  A: 

TopCoder has tons of problems and solutions done in contests.

leiz
I'm sorry that I was lost in navigation panel on TC, can you give me links to the solutions? Thanks!
Roy
leiz
Thanks, Leiz! That's really helpful.
Roy
There are also explanations for the solutions: http://www.topcoder.com/wiki/display/tc/Algorithm+Problem+Set+Analysis
Olexiy
+1  A: 

You can also check out the Google Code Jam. Also, for most popular online judges (e.g. UVa, SPOJ), a searching the forum or just searching at google turns up a lot of ideas and hints.

MAK
+1  A: 

FWIW, CodeChef has some really interesting problems. You can code up the solution and submit it to be tested against their test cases. Its fun actually.

Siddhant