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: 8 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T01:24:41.000Z (almost 8 years ago)
- Last Synced: 2025-06-21T10:07:17.428Z (7 months ago)
- Topics: c, euler, go, java, javascript, math, python, ruby
- Language: Java
- Homepage: https://projecteuler.net/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- 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