Skip to content

one-byte-man/Project_Euler_Soltions_By_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Project Euler Solutions (Python) ๐Ÿงฎ

This repository contains my personal solutions to the mathematical and computer science problems found in the Project Euler archives, implemented in Python.

๐Ÿ”— About the Problems

You can find the original problem descriptions and details at the link below: ๐Ÿ‘‰ Project Euler Archives

๐Ÿ“‚ File Structure & Naming Convention

The files are named corresponding to the problem numbers on Project Euler:

  • Test{X}.py: Contains the completed and verified solution for problem X.
  • Test{X}NO.py: Indicates that the solution for problem X is currently in progress or unsolved (e.g., Test24NO.py, Test31NO.py).

๐Ÿš€ Usage

To test the solutions on your local machine, ensure you have Python installed. You can run a specific solution using the command line:

# Example: Running the solution for Problem 25
python Test25.py

About

My Solutions of Project Euler Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages