neumann-mlucas / project_euler

Project Euler's code exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • All solution written in Julia whiteout the use of any third party packages.
  • My main goals here are: 1) learn Julia 2) write concise code 3) try / learn FP
  • Script must be executed in root directory (project_euler/), dat/ directory contains inputs for some of the problems.
  • Code formated with Julia Formatter.
  • test_solution.jl script is used to check all solutions.

About

Project Euler's code exercises

License:MIT License


Languages

Language:Julia 89.1%Language:Haskell 10.9%