The task of Advanced Programming class on 2018/12/05. Implementation of AVL tree and heap memory leak check in C.
make avl-tree.so
Code for LOJ #107
make loj-107-single
Check loj-107-single.c
and submit.
My submission is here.
make memory-leak-checker
LD_PRELOAD=./memory-leak-checker.so [your program]
Or just test code of LOJ #107:
make loj-107-check