Add README

This commit is contained in:
NaiJi ✨ 2021-09-16 20:25:18 +03:00
parent 892c0539fa
commit 3bb60fe92e
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# grokk-exs
Trying out exercies from ["Grokking Algorithms"](https://www.manning.com/books/grokking-algorithms)
To build:
`g++ file.cpp -o file.o`