This GitHub page lists my solutions to the problems defined in the Project Euler archives.
All these solutions are written in Python 3, and every solution that is posted on this GitHub is able to find the correct solution.
In this paragraph, we will quickly explain the folder structure that is used in this repository.
There are only two folders in the root directory:
- Code
- Other
The code directory contains all the code that was used to solve the computational problems.
The file names indicate what problem was solved.
In other words, problem_1.py is a solution to 'Multiples of 3 and 5', the first problem in a long row of problems defined in the Project Euler Archives.
The Other directory contains extra information or data that is useful for solving the defined problems.
An example is help_8.txt, which is an exact representation of the numbers depicted in problem 8.
All programs were written using the software defined below.
Main software
- Python 3
- Python 3
- v3.7.3
- Anaconda
- v4.7.10
- Spyder
- v3.3.3
- Windows
- Windows 10
- version 1809
- 64-bit operating system
- Windows 10
- Python 3.0 release page
- The most recent version of Anaconda can be found here
Author: Pieter Huycke
Mail: Pieter.Huycke@UGent.be
GitHub: @phuycke
PhD student @ Verguts lab.
Ghent University
Faculty of Psychology and Educational Sciences
Department of Experimental Psychology
Henri Dunantlaan 2
B-9000 Gent
Phone: +32 (0)9 264 64 07
Fax: +32 (0)9 264 64 96
Last edit: 07-08-2019
