https://github.com/eneko/projecteuler
Few solutions to Project Euler programming challenges
https://github.com/eneko/projecteuler
Last synced: 9 months ago
JSON representation
Few solutions to Project Euler programming challenges
- Host: GitHub
- URL: https://github.com/eneko/projecteuler
- Owner: eneko
- Created: 2017-10-20T05:55:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T09:34:40.000Z (over 7 years ago)
- Last Synced: 2025-02-09T07:25:24.879Z (10 months ago)
- Language: Scala
- Homepage: https://projecteuler.net
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Euler - My Solutions
============================
**DISCLAIMER:** This repository contains solutions to Project Euler (www.projecteuler.net) problems implemented in multiple programming languages. Beware of spoilers.
**Do not look at these solutions unless you have solved the problems yourself**.
To make it easier to share and review solutions, each solution is standalone and contained on a single file. All solutions are executable on the command line.
Running the solutions on the command line
-----------------------------------------
### Go
$ go run go/problemX.go
### Scala
$ scala scala/problemX.scala
### Python
$ python python/problemX.py
### Objective-C
# Compile project in XCode
# Run binary file
### Javascript
$ node javascript/problemX.js
### PHP
$ php php/problemX.php
Solved Problems
-----------------
| Problem | Go | Scala | Python | Objective-C | Javascript | PHP |
|------------|----|-------|--------|-------------|------------|-----|
| Problem 1 | | | | | | |
| Problem 2 | | | | | | |
| Problem 3 | | | | | | |
| Problem 4 | | | | | | |
| Problem 5 | | | | | | |
| Problem 6 | | | | | | |
| Problem 7 | | | | | | |
| Problem 8 | | ✅ | ✅ | ✅ | | |
| Problem 9 | | ✅ | | | | |
| Problem 10 | | ✅ | | | | |
| Problem 11 | | ✅ | | | | |
| Problem 12 | | ✅ | | | | |
| Problem 13 | | | ✅ | | | |
| Problem 14 | ✅ | | | | | |
| Problem 15 | ✅ | | | | | |
| Problem 16 | ✅ | | | | | |
| Problem 17 | ✅ | | | | | |
| Problem 18 | | | ✅ | | | |
| Problem 19 | ✅ | | | | | |
| Problem 20 | ✅ | | | | | |
| Problem 21 | | | | | | |
| Problem 22 | | | | | | |
| Problem 23 | | | | | | |
| Problem 24 | | | | | | |
| Problem 25 | | | | | | |
| Problem 26 | | | | | | |
| Problem 27 | | | | | | |
| Problem 28 | | | | | | |
| Problem 29 | | | | | | |
| Problem 30 | | | | | | |