https://github.com/sameetandpotatoes/project-euler
As many Project Euler questions completed using all of the languages I know.
https://github.com/sameetandpotatoes/project-euler
Last synced: 10 months ago
JSON representation
As many Project Euler questions completed using all of the languages I know.
- Host: GitHub
- URL: https://github.com/sameetandpotatoes/project-euler
- Owner: sameetandpotatoes
- Created: 2013-07-18T01:33:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T03:00:26.000Z (almost 13 years ago)
- Last Synced: 2025-01-17T07:40:54.255Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What It Includes
This is a compilation of questions from [Project Euler](http://projecteuler.net/), a series of challenging mathematical/computer programming problems that test your ability to develop efficient algorithms.
To provide a comparison, I time each problem in their respective language to see how long the program takes to arrive at the final answer. Project Euler has a one-minute rule for solving each of its questions, meaning that no program should take longer than a minute to run.
# Usage
1. **Java**- `java NumberX.java`
2. **Python** (Using Python 3)- `python3 PEX`
3. **C**-
4. **Ruby** (Using Ruby 2.0)- `ruby PEX`
[](https://coderwall.com/sameetandpotatoes)