Skip to content

Repository containing my Python solutions for Project Euler problems

Notifications You must be signed in to change notification settings

perrindelort/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler : my approach to the fun online problems !

Intro

Project Euler hosts fun challenges that combine mathematics, logic, and computer skills to find a solution ! 🧠

This repo is the product of my work and gathers the solutions I've come up with using Python. 🐍


Getting started

Installation

  1. Clone this repository :
git clone https://github.com/perrindelort/Project-Euler
  1. Create a python environment :
  • Using requirements.txt
conda create --file requirements.txt
  • Using environment.yml
conda env create -f environment.yml
  1. Run a given solution :
python main.py -n <solution_number>

About

Repository containing my Python solutions for Project Euler problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages