Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lararosekelley/project-euler
- Owner: lararosekelley
- Created: 2013-12-16T22:20:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T01:24:41.000Z (almost 7 years ago)
- Last Synced: 2024-06-19T03:26:29.773Z (5 months ago)
- Topics: c, euler, go, java, javascript, math, python, ruby
- Language: Java
- Homepage: https://projecteuler.net/
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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