https://github.com/james-flynn-ie/projecteulerbash
https://github.com/james-flynn-ie/projecteulerbash
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/james-flynn-ie/projecteulerbash
- Owner: james-flynn-ie
- Created: 2019-10-25T16:16:32.000Z (over 5 years ago)
- Default Branch: init
- Last Pushed: 2019-10-25T17:19:24.000Z (over 5 years ago)
- Last Synced: 2025-01-18T09:27:19.194Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProjectEulerBash
## What is Project Euler?
`Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.`
__
The purpose of this repository is to share solutions to the [problems](https://projecteuler.net/archives), and to help each other improve as programmers by sharing solutions and suggesting ways to improve the code.