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!
|
feedback
|
|
TopCoder has tons of problems and solutions done in contests. | |||||||||||||
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
http://refactormycode.com/ is a very good place if you are more interested in optimizing your solutions. You can see the refactors by other people. In places like Topcoder, the focus is on getting the correct solution in given time with as few lines of code | |||
|
feedback
|