Several commonly used data structures are implemented with C 11.
- AVL tree
- binary heap
- binary tree array
- binary tree list
- graph adjacency matrix
- hash map list
- red black tree
- ring queue
- sequence list
- single list
- skip list
- stack
- OS: Linux
- Cmake Version: >= 3.8
- GCC Version: >= 4.8
git clone https://github.com/Bruce-Lee-LY/data_structure.git
cd data_structure
./build.sh -t Release -b OFF
./build.sh -t Debug -b ON
./run_sample.sh