Project Euler

Project Euler - Programming Math Problems

Project Euler presents a rather extensive list of problems which require a combination of programming skills and math skills to solve.

The problems are interesting. I hope to from time to time post solutions to them on this website. However, I'm going to use an atypical programming language. I plan that each one I solve will be solved with C++ templates. By solving with templates the solution to the problem will be calculated at compile time and made available at runtime.

Syndicate content