Project Euler

About Project Euler

         Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Using Mathematics often you will have an Idea about these problems, But you will need programming for solving these problems. You can use any language you prefer, you will have to just submit the output for a problems.

       I am using C/C++ to solve problems. I will share my solutions as well as my Ideas in this blog. Hopefully, you will enjoy it.


Solution of the Prime Related Problems
35,37,41,47,50,77,87

1 comment:

Unknown said...

The only problem of a Project Euler for me was its significant inclination to math. Really some problems require significant mathematical work before coding :)

Now there is another site, which was initially supposed to be similar, but with plain programming problems for beginners:

http://codeabbey.com

Solutions are checked by answers, like in Project Euler, but input data are randomized, solution code is submitted and can be seen by other users which is useful in learning - ranking is based on dynamically calculated difficulty of tasks, this is not ideal, but is motivating enough :)

Though the most problems are very simple, unlike with Project Euler where difficulty increases very fast, so the site is suitable mostly for beginners.

Post a Comment