lsandov1 / projecteuler

My solutions to ProjectEuler problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions for http://projecteuler.net/ problems.

To run them,

* Download J interpreter (http://www.jsoftware.com)

* Open a J console session

* Set this variable
    F =: './j/<problem number>.ijs'

* Load the script
    
    0!:1 < F

* Last step shows instructions on how to execute the defined function

About

My solutions to ProjectEuler problems


Languages

Language:Ruby 62.3%Language:Haskell 37.7%