Skip to content

emad-siddiq/project_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My solutions for Project Euler's math problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages