Skip to content

pedroperrone/project-euler

Repository files navigation

Build Status

Dependencies

  • Python 3.7
  • Unittest package for tests

The repository

This repository contains solutions for some problems of the Project Euler. Each challenge has its own directory with implementation and a short README file containing the answer and a short explanation. Tu run and print the solutions, run the file main.py passing the challenge number as parameter. Exemple: python main.py 102.

Unit tests

To run the unit tests use the command python -m unittest tests/main_test.py.

About

Solutions for problems present on Project Euler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages