Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 960 Bytes

File metadata and controls

35 lines (28 loc) · 960 Bytes

Project Euler Solutions

This repo is where I keep all my solutions for Project Euler

Structure

problems/
├── 0000 - Problem Zero/
│   ├── explanation.md
│   ├── solution.cpp
│   ├── solution.py
│   └── ... othe rlangs
├── 0001 - Multiples of 3 or 5/
│   ├── explanation.md
│   ├── solution.cpp
│   ├── solution.py
│   └── ... other langs
└── ...

Milestones

  • First 10 problems
  • First 25 problems
  • First 50 problems
  • First 100 problems
  • First 250 problems
  • First 500 Problems
  • First 750 Problems
  • Catch up to todays problem (968) january 2026

Important

This repository respects Project Euler's publication rules. Solutions are only shared for the first 100 problems. If this repo surpasses the 100 problem mark, it will become private.