ansi-c
is about core C conceptsdynamic-programming
concepts applied for fibonacci, grid traversal and other algorithms
git clone ...
,
brew install gcc
orxcode-select --install
for compilerbrew install cmake
to compile w/ cmake- then,
./compile.sh
, and- First
cd out/
, then Run as./getInput
or other variations
Or, if you want, you can also run w/ gcc src/xxx.c -o xxx && ./xxx
.