Add more information to readme
This commit is contained in:
parent
3b34f9a82a
commit
2d67ddb493
1 changed files with 18 additions and 1 deletions
19
readme.md
19
readme.md
|
@ -1,3 +1,20 @@
|
||||||
# Leetcode
|
# Leetcode
|
||||||
|
|
||||||
My solutions
|
- [My profile](https://leetcode.com/ordinary-dev/)
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue