Skip to content

bneb/euler

Repository files navigation

Project Euler Solutions

Background

This repo will hold my work to solve Project Euler problems.

My motivation for doing these is equal parts

  • enjoyment (🤷 better than doom-scrolling)
  • building some muscle memory for C++, which I'm now using professionally for the first time.
  • developing an intuition on improving software performance.

I might include a README for the individual problems with the prompt, some notes, or a reflection on the problem — or not.

I'm using CMake and Clang and developing locally in vim with some simple syntax highlighting. The setup is intentionally low-tech.

Building && Running

I use bash executables to build and run the programs with configurable user input.

  • problem*/clean.sh will delete everything in ./problem*/build/.
  • problem*/makeit.sh generates build files and builds into ./problem*/build/.
  • problem*/run.sh will run the program with user input passed without a flag: ./run.sh 10.
  • ./new.sh will create the directory for the next problem.

🌊🌊🏄🌊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors