This is a repository for learning data structures and algorithms, implemented with C.
- gnu autotools, install on macos:
brew install autoconf automake libtool
- check for unit test, install on macos:
brew install check
clone this repo, and then:
autoreconf --install
./configure
make
if autoreconfg command is not found, please check autotools is installed, and PATH
environment variable is set correctly.
make check
- binary search tree
- avl tree