FrankKair / polyglot-euler

📜 Project Euler solutions in various programming languages
MIT License
73 stars 14 forks source link

Haskell 014 / Fix Rust 014 #106

Closed caiopo closed 5 years ago

caiopo commented 5 years ago

How the solution works

Iterating through all numbers until one million, calculating their collatz number and storing the largest one.

Performance

real 2.67
user 2.67
sys 0.00