My solutions to various programming problems
Find a file
2022-11-17 17:16:30 +05:00
problems Add template 2022-11-17 17:11:40 +05:00
.gitignore Problem 1: two sum 2022-11-17 15:45:40 +05:00
license.txt Create license.txt 2022-11-17 17:16:30 +05:00
readme.md Add more information to readme 2022-11-17 17:03:36 +05:00

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 itself
  • main.c - tests