An open API service indexing awesome lists of open source software.

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

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 | | | | | | |