Skip to content

Project Euler problems in text file for offline use

Notifications You must be signed in to change notification settings

JorgeSintes/euler-offline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler Problems Offline

Use when you want to solve Project Euler problems when not connected to the internet.

Includes questions and answers (hashed).

For a user-friendly way of working through Project Euler problems, checkout @dmadisetti's project: https://github.com/dmadisetti/rules_euler

Repo Usage

Write the p{i}.py file, corresponding to problem i so it outputs the solution to stdout (use print()). Then, run:

./solve.sh p{i}

in order to see the hashed solution to problem i.

About

Project Euler problems in text file for offline use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%