- algobase
- concurrency
- data_structure
Point at concurrency example in https://jyywiki.cn/OS/2022/ course .
Data stucture is written in amazing way by C language .
Basic and Advanced algorithm are realized by C language .
find /path/to -type d -exec chmod 777 {} \;
# example
find /home/ubuntu/code/c -type d -exec chmod 777 {} \;
find /home/ubuntu/code/c-os/tests/compiler -type d -exec chmod 777 {} \;
npm install -D markdown-notes-tree
markdown-notes-tree
Write sth in
drive_main.h
and run the cmd :
gcc -o main main.c && ./main