Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 617 Bytes

Project Euler

Limeoats Project Euler

I'll be uploading my C++ solutions for each of the Project Euler problems to this repository.

IDE

For this project, I am using JetBrains CLion.

Folder structure

  • data - Contains data files for various problems, usually in the form of text files.
  • src - Contains all of the source code files for the project.

External libraries used

Links