Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.
/ avl-tree Public archive

The task of Advanced Programming class on 2018/12/05. Implementation of AVL tree and heap memory leak check in C.

License

Notifications You must be signed in to change notification settings

Menci/avl-tree

Repository files navigation

avl-tree

The task of Advanced Programming class on 2018/12/05. Implementation of AVL tree and heap memory leak check in C.

Compile

make avl-tree.so

Code for LOJ #107

make loj-107-single

Check loj-107-single.c and submit.

My submission is here.

Check heap memory leak

make memory-leak-checker
LD_PRELOAD=./memory-leak-checker.so [your program]

Or just test code of LOJ #107:

make loj-107-check

About

The task of Advanced Programming class on 2018/12/05. Implementation of AVL tree and heap memory leak check in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published