Skip to content

NonlinearFruit/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions

number challenge links
88 Product Sum Numbers (src) (web)
700 Eulercoin (src) (web)
751 Concatenation Coincidence (src) (web)
800 Hybrid Integers (src) (web)
808 Reversible Prime Squares (src) (web)
816 Shortest Distance Among Points (src) (web)
932 2025 (src) (web)

How To

./toolkit.nu download-challenge $CHALLENGE
git add -A
vim project_euler/ # Edit challenge
pdm test           # Run tests
./toolkit.nu update-readme
git add -A
git commit -m "Solve PE $CHALLENGE: $TITLE"

Help

toolkit download-challenge
Usage:
  > download-challenge <problemNumber> 

Flags:
  -h, --help: Display the help message for this command

Parameters:
  problemNumber <any>

Input/output types:
  ╭───┬───────┬────────╮
  │ # │ input │ output │
  ├───┼───────┼────────┤
  │ 0 │ any   │ any    │
  ╰───┴───────┴────────╯
toolkit update-readme
Usage:
  > update-readme 

Flags:
  -h, --help: Display the help message for this command

Input/output types:
  ╭───┬───────┬────────╮
  │ # │ input │ output │
  ├───┼───────┼────────┤
  │ 0 │ any   │ any    │
  ╰───┴───────┴────────╯

About

Solving math-y problems for fun

Topics

Resources

Stars

Watchers

Forks