Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.09 KB

ProjectEuler

Efficient programming solutions to Project Euler (https://projecteuler.net/) problems.

Programming languages in which solutions are provided: C, Haskell, Java, MPL, Python. More languages may be added later.

The programs were executed on a machine with the following configuration:

Processor: Intel Core i3-370M (2.4GHz)

Memory : 4 GB

OS : Arch Linux x86-64

The assemblers, compilers, interpreters and run-time environments used are listed below.

C

The compiler used is the GNU Compiler Collection (GCC), version 5.1.0.

Go

The compiler used is GCC Go, version 5.1.0.

Haskell

The compiler used is the Glasgow Haskell Compiler (GHC), version 7.10.1.

Java

The JDK used is OpenJDK, version 1.8.0.

MPL

The version of MPL used is 0.2.2.

Python

The Python interpreter used is Python 3.4.3.

Help

E-mail: rohit305jha@gmail.com

Related Links

For help about the algorithms and logic used, visit https://thecodeaddict.wordpress.com

Project Euler problems: https://projecteuler.net/problems

MPL: https://github.com/rohitjha/MPL