Skip to content

Solutions to various problems from projecteuler.net . Mostly in Haskell, but some in python.

Notifications You must be signed in to change notification settings

jamt9000/ProjectEuler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Most of the Haskell implementations are run in GHCI. This automatically makes it slower than by compiling using ghc and then running the executable.

In order to make to be able to run them in ghc, a main function needs to be created (main :: IO()) and compiled with the ghc command to create an executable

About

Solutions to various problems from projecteuler.net . Mostly in Haskell, but some in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.9%
  • Haskell 20.1%