vote up 1 vote down star

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!

flag

3 Answers

vote up 1 vote down check

TopCoder has tons of problems and solutions done in contests.

link|flag
I'm sorry that I was lost in navigation panel on TC, can you give me links to the solutions? Thanks! – Roy Sep 30 at 6:08
1  
you can get from problem archives or match results, etc. there is one example link: topcoder.com/stat?c=problem_solution&rm=30239… – leiz Sep 30 at 6:16
Thanks, Leiz! That's really helpful. – Roy Sep 30 at 6:19
1  
There are also explanations for the solutions: topcoder.com/wiki/display/… – Olexiy Sep 30 at 11:54
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.