CapnSane / ProjectEuler

Project Euler solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

What is Project Euler?

Project Euler is a website dedicated to a series of computational problems intended to be solved with computer programs. Problems are of varying difficulty, but each is solvable in less than a minute of CPU time using an efficient algorithm on a modestly powered computer.

Why did I choose solve the problems?

Well, I decided starting my programming studies from somewhere, then I chose a programming language that would be different from the languages that I learned in my graduation (Pascal and Fortran 77). Thus I chose Python 3. I started a long time ago with Python 2, but the time passed...

Again, why?

In my graduation I studied Algorithm and because of my course that was Physics, I worked with logic for years. The Project Euler has an enormous problems difficulty range, and the problems can be solved in infinite ways. I needed learning the Python 3 syntax and remembering the programming concepts I've learned before. This is why I started solving these problems.

SPOILER ALERT!

This repository is only for practicing my Python (and now JavaScript) abilities, I'm not depriving others of going through the same process by publishing my solution outside of Project Euler. DO IT BY YOURSELF. Only check the answers after doing them by yourself.

If you want to discuss about the processes I took solving the problems, feel free to ask me about it.

About

Project Euler solutions

License:MIT License


Languages

Language:Python 90.5%Language:JavaScript 9.5%