Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielstephengilbert/avl-tree

An implementation of an AVL tree that allows inserting, deleting, printing, and sorting nodes with diagrams and unit test cases for every possible operation.
https://github.com/danielstephengilbert/avl-tree

algorithms avl-tree cplusplus data-structures diagrams unit-tests

Last synced: 14 days ago
JSON representation

An implementation of an AVL tree that allows inserting, deleting, printing, and sorting nodes with diagrams and unit test cases for every possible operation.

Awesome Lists containing this project

README

        

# AVL Tree #

Author: Daniel Gilbert (AdaptOrDie247)

An implementation of an AVL tree that allows inserting, deleting, printing, and sorting nodes with diagrams and unit test cases for every possible operation.

### Build Instructions for Linux/Cygwin ###

mkdir build
cd build
cmake ..
make