GitXplorerGitXplorer
K

Project-Euler

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce257880fc9568c1eb9adbaa6d07dd112552d9bf

completing problems 18 - 22 in Clojure

KKushalP committed 14 years ago
Unverified
dea1d0329c7cda028bc5b5307240f70d121c0598

cleaning up Erlang solution methods

KKushalP committed 14 years ago
Unverified
9d806b13d5e644989d49884e6c129955a57aef65

Completed two more early-stage problems in Erlang

KKushalP committed 14 years ago
Unverified
19f103dbe2cc2701d33a0eb1c0e05e05d10fd1d0

completed problem 2 fairly quickly using a recursive function similar to the Python equivalent

KKushalP committed 14 years ago
Unverified
c89d7778e2477c5987f0c7e986720da436a9117d

completed the fizzbuzz problem in erlang

KKushalP committed 14 years ago
Unverified
4e51589a5bbc328851f25f874d55dde23bed009f

Making sure Erlang compiled files aren't tracked

KKushalP committed 14 years ago

README

The README file for this repository.

Project Euler solutions

These are a bunch of my solutions to the maths problems found on the Project Euler website.

C

To compile the C code solutions, I used cc version 4.2.1.

Python

All of the Python code was tested and run using Python 2.6.1.