https://github.com/cr2007/project-euler
Problems of Project Euler for anyone interested in improving their programming skills in the form of challenging mathematical problems.
https://github.com/cr2007/project-euler
challenges mathematical-programming programming project-euler
Last synced: 5 months ago
JSON representation
Problems of Project Euler for anyone interested in improving their programming skills in the form of challenging mathematical problems.
- Host: GitHub
- URL: https://github.com/cr2007/project-euler
- Owner: cr2007
- Created: 2021-01-06T08:56:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T04:49:53.000Z (over 1 year ago)
- Last Synced: 2024-06-11T05:57:14.431Z (over 1 year ago)
- Topics: challenges, mathematical-programming, programming, project-euler
- Language: Java
- Homepage:
- Size: 557 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler
[](https://codespaces.new/cr2007/Project-Euler)
Problems from the [Project Euler Website](https://projecteuler.net/)
**Project Euler** is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve.
If you want to solve any of the given problems, just fork the project, write your code, and if it works, set up a [Pull Request](https://github.com/cr2007/Project-Euler/pulls) to merge it with the main branch.
## Who are the problems aimed at?
The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the cutting edge.
## Can anyone solve the problems?
The [problems](https://projecteuler.net/archives) range in difficulty and for many the experience is inductive chain learning.
That is, by solving one problem it will expose you to a new concept that allows you to undertake a previously inaccessible problem.
So the determined participant will slowly but surely work his/her way through every problem.
> *"Project Euler exists to encourage, challenge, and develop the skills and enjoyment of anyone with an interest in the fascinating world of mathematics."*
### Questions Added:
 129/851 questions