- Joined
- Dec 12, 2008
- Messages
- 7,385
http://projecteuler.net/
This site has 420 (and counting) mathematical problems that you are asked to solve. It's very entertaining!
However, the only way to solve them is by using applications. You need to write code to solve the problems for you C:
An example is problem 7:
There's a catch though: You are not to publish your results for any questions anywhere. As a supporter of Project Euler, I encourage you to abide by that rule. ^_^
Have fun!
This site has 420 (and counting) mathematical problems that you are asked to solve. It's very entertaining!
However, the only way to solve them is by using applications. You need to write code to solve the problems for you C:
An example is problem 7:
Project Euler - Problem 7 said:By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.
What is the 10 001st prime number?
There's a catch though: You are not to publish your results for any questions anywhere. As a supporter of Project Euler, I encourage you to abide by that rule. ^_^
Have fun!