Skip to content

Optimized answers to projecteuler.net problems in C. Includes mostly mathematics: pathfinding, logic, series...

Notifications You must be signed in to change notification settings

QuentindiMeo/Project-Euler

Repository files navigation

🔘 Project Euler 🔘

Language Compilation Development status GitHub last commit Last factory check
GitHub repository size GitHub issues GitHub contributors Lines of code
 

📝 Description

Welcome to my Project Euler repository!

Here lie my programs to have successfully solved Project Euler problems in C.
You may notice a libmy.a file at the root of this repository; it is a static library containing a variety of utility functions that I compiled. Which of these functions are used by each problem, is specified in their my.h file).
Who knows, maybe one day I'll make a huge unit testing file scanning all of the problems and flex my coverage...

Tip

Because the one-minute rule may not always be respected, I put my program's execution times in prob_times.md.

Warning

Some of the solutions I didn't upload because they were easily solved by programs I had already made; problems solved by said programs are listed in prob_other.md.

Note

Feel free to report any bug or error concerning a solution by opening an issue.

 

Back to top

About

Optimized answers to projecteuler.net problems in C. Includes mostly mathematics: pathfinding, logic, series...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published