Skip to content

drageryd/Project-Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Euler

My solutions to the Project Euler problems.

Problems solved in problems directory.

Compiled and tested on

  • macOS (Sierra 10.12.5, clang)
  • Linux (Ubuntu, gcc)
  • Windows (7, gcc)

Dependencies: libcurl, libtidy

To build and run:

make #build all problems
make all #build all problems
make run-all #build and run all problems
make problemX #build problem X
make run-problemX #build and run problem X
bin/problemX #run problem X
gdb bin/problemX #debug problem X

About

My solutions to the Project Euler problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published