Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 284 Bytes

File metadata and controls

14 lines (10 loc) · 284 Bytes

Solutions for Project Euler

These are my Project Euler solutions, written in C to leverage its low-level capabilities for efficient and optimized algorithms.

To compile and run a solution:

gcc -o bin/output_file_name problem_X.c

Then run with

./output_file_name