Skip to content

Instantly share code, notes, and snippets.

@zhaphod
Created May 12, 2014 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhaphod/7a324d09450ab1ec3c26 to your computer and use it in GitHub Desktop.
Save zhaphod/7a324d09450ab1ec3c26 to your computer and use it in GitHub Desktop.
ProjectEuler
# Project Euler
[Project Euler] (https://projecteuler.net/) (named after Leonhard Euler) is a website dedicated to a series of computational problems intended to be solved with computer programs.
I am using the problem sets mainly to learn different programming languages. For effective learning of any new skill set, practising the skill is very important. The most important thing one can do while learning a new programming language is to write as many programs in that language as possible. Project Euler provides enough problem sets that can be used for practising programming in any new language.
Currently I am working on implementing the problem sets in Golang and Python. My plan is to add Scheme/Haskell in the future.
# References
To learn more about the languages used in this repository follow the links below:
* [Go] (http://golang.org/)
* [Python] (https://www.python.org/)
* [Scheme] (http://en.wikipedia.org/wiki/Scheme_(programming_language))
* [Haskell] (http://www.haskell.org/haskellwiki/Haskell)
# Levels
![Level 1](https://projecteuler.net/images/levels/level_1.png "Completed 25 Problems")
# License
Copyright (c) 2013-2014 Zhaphod Beeblebrox {The Galactic President}. Licensed under the Apache 2.0 license.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment