Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lararosekelley/project-euler

(DEPRECATED) Solutions to math problems in a bunch of languages
https://github.com/lararosekelley/project-euler

c euler go java javascript math python ruby

Last synced: 30 days ago
JSON representation

(DEPRECATED) Solutions to math problems in a bunch of languages

Awesome Lists containing this project

README

        

# Project Euler Solutions

> Solving math problems in a bunch of programming languages

**Note**: This project is no longer maintained.

---

## Goal

To solve the same math problems in a bunch of different languages, simply to see how the solutions compare
in terms of speed, readability, and other factors.

## Languages

* Bash
* C
* Go
* Java
* JavaScript (Node.js)
* Python
* Ruby

## Current solutions

* 1: Multiples of 3 and 5
* 2: Even Fibonacci numbers