vote up 2 vote down star

I'm looking for coding exercises that have solutions. I've checked out topcoder and codekata but neither seem to have user posted solutions (maybe I just can't find them?).

Basically I can (try) to figure out how I would solve a problem but what I want is to learn and expand my knowledge by see how other (better) coders would solve the same thing.

flag

0% accept rate
What kind of code do you have in mind? In any specific language? Algorithms? – Leonardo Herrera Jun 15 at 23:54
@cody, What language or area of algorithms are you interested in? C? Sort algorithms? Containers? – Rob Wells Jun 16 at 0:02

3 Answers

vote up 3 vote down

ProjectEuler has some good fairly good problems that lend themselves easily to a coded solution. There is no site supported help system, but simple google searches with the number of the problem you are working on normally has good results.

Once you solve the problem, you then have access to the site solution and a forum posting that shows other users' solutions so you can learn from them, (If you solve it first).

link|flag
vote up 1 vote down

Try this question

link|flag
vote up 1 vote down

In TopCoder you can find the solutions in Competitions > Algorithms > Statistics > Match Archive, there you select a match and statistics will be displayed. After that by clicking "[*]" at the left side of the handle name, you will be lead to the solutions submitted by that coder.

link|flag

Your Answer

Get an OpenID
or

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