My solutions to various programming problems
problems | ||
.gitignore | ||
readme.md |
Leetcode
How to run solutions
For programs written in C:
cd problems/random-problem
make
make run
Solution structure
For programs written in C:
lib.c
- the solution itselfmain.c
- tests