https://github.com/axect/euler
Answer for Euler project using various languages (primary: Haskell, Rust, Nim)
https://github.com/axect/euler
euler haskell julia language nim python rust
Last synced: 23 days ago
JSON representation
Answer for Euler project using various languages (primary: Haskell, Rust, Nim)
- Host: GitHub
- URL: https://github.com/axect/euler
- Owner: Axect
- Created: 2018-02-17T17:03:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T09:56:46.000Z (about 5 years ago)
- Last Synced: 2026-02-21T04:44:51.242Z (2 months ago)
- Topics: euler, haskell, julia, language, nim, python, rust
- Language: Rust
- Homepage:
- Size: 5.57 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axect's Euler Archive
This repo contains my solutions for [Euler Problems](https://projecteuler.net/archives). My primary language is Haskell and also use Rust, Julia, Python. If you have a question, then plz email to me.
If you want to benchmark, then type next command
```sh
./bench.sh [problem]
```
This benchmark use [hyperfine](https://github.com/sharkdp/hyperfine).
For example, if you want to measure average time (10 times) of problem 1, then
```sh
./bench.sh 1
```
And go to `Bench/euler001.md`