Skip to content

Solutions to Project Euler problems.

Notifications You must be signed in to change notification settings

ErikBavenstrand/Project-Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler solutions

Each file is a Python script solving the problem with the corresponding number on Project Euler This was made with the intention to learn to write efficient Python scripts.

Getting Started

To run a script, please read the following post.

Prerequisites

To run the scripts, you will need to install Python.

Built With

Authors

  • Erik Båvenstrand

Acknowledgments

  • The solutions presented here are just examples of solutions. There is probably a better way of solving these problems.