Skip to content

algorithmic puzzles collection with solutions in: c python haskell

License

Notifications You must be signed in to change notification settings

protago90/hacker-quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Quest

i.e my algorithmic puzzles collection for code skills enrchiment
  • [e]uler-project --progress: 10/767 solved; howto: export PROBLEM=1 and then:
    • ccd euler/c && gcc euler.c ./src/*.c -I./src -o euler -lm && ./euler $PROBLEM
    • pythoncd euler/py && python3.10 -m euler -p $PROBLEM
    • haskellcd euler/hs && ghc euler.hs && ./euler $PROBLEM

About

algorithmic puzzles collection with solutions in: c python haskell

Topics

Resources

License

Stars

Watchers

Forks