[Math] What are the math challenges websites

big-listreference-request

I know two websites that offer some challening puzzles for programming, Project Euler (PE has something about math, but I feel it's more about programming) and Code-Golf.

Can you recommend me some sites that have the same purpose for maths? Until now I know only The Art of Problem Solving. You can recommend me these websites in any level.

Best Answer

Wanted to make this just as a comment but I do not have enough reputation yet.
Google code jam offers quite a number of programming challenges, but only a portion of them are focused on Mathematics.
Most of them are problems from Computer Science concerning algorithms, complexity etc. However, a number of them are purely Mathematical and may be what you are searching for.
For example, there is a question about subset sums and another on probability.

Similarly, you might want to consider visiting programming sites like Top coder and other similar ones to pick out the Mathematics programming questions, instead of the other way round. (Programming sites with only Maths problems)

Edit: Missed out one additional programming puzzle site by stackexchange itself

Related Question