vote up 15 vote down star
32

Sometimes I'm solving problems on projecteuler.net. Almost all problems are solvable with programs, but these tasks are more mathematical than programmatical.

Maybe someone knows similar sites with:

  • design tasks,
  • architecture tasks,
  • something like "find most elegant C++ solution"?
flag

33% accept rate
Agreed with the maths point. I got to about Q15 or so before I got bored. I don't think I've ever had to do any coding involving prime numbers IRL anyway... – annakata Mar 19 at 14:05
@annakata: I'm hate tasks with number theory, and just skipping them. Now I sorted taks by ascending difficulty and tring to solveing tasks from page 4 :) It is good trinaining for brain but not for programming skills. – bb Mar 19 at 14:34

8 Answers

vote up 12 vote down

I keep a few bookmarked along with Project Euler.

link|flag
vote up 6 vote down

I had a great time doing the Python Challenge! I learned Python to solve these challenges, I never regretted it.

link|flag
vote up 5 vote down

It hadn't an update for some time, but might still be interesting: CodeKata

link|flag
+1. Working through CodeKata is a great way to learn a new language or keep your skills fresh in one you already know. – MattK Mar 19 at 14:20
vote up 5 vote down

Google Code Jam

link|flag
+1 and bookmarked. :) – Bill the Lizard Mar 19 at 14:15
vote up 4 vote down

I prefer real-world sites like StackOverflow. The problems are more varied and a closer match for something you may actually encounter on the job, and not only do you grow your own skills you help others at the same time.

link|flag
nice site:) but, i like read hard problem and thinking on this long time (about week). StackOverflow is most live and agile place for solve hard problem. But anyway good place for self-upskilling. – bb Mar 19 at 14:38
vote up 3 vote down

It's a lot easier to create a web site where your score is based on whether the integer result you give is the correct one, than it is to create a web site which measures design, architecture or elegance.

link|flag
why does it need to measure score at all though? – annakata Mar 19 at 14:04
why does stackoverflow measure reputation? it's part of the 'game' the users of the site play, which makes projecteuler different from other puzzle sites. The question was sites like pe but with design rather than puzzle questions. – Pete Kirkham Mar 19 at 14:30
vote up 3 vote down

Here is a fresh one: http://www.javaist.com/rosecode

link|flag
vote up 2 vote down

This here is a good one: https://www.spoj.pl/ The performance in the code becomes important too.

link|flag

Your Answer

Get an OpenID
or

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