Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielstephengilbert/avl-tree
- Owner: danielstephengilbert
- License: mit
- Created: 2017-07-26T01:22:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T03:49:31.000Z (about 1 year ago)
- Last Synced: 2024-08-11T05:37:30.501Z (3 months ago)
- Topics: algorithms, avl-tree, cplusplus, data-structures, diagrams, unit-tests
- Language: C++
- Homepage:
- Size: 6.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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