https://github.com/justinethier/avl-tree
Implementation of an AVL tree in Java
https://github.com/justinethier/avl-tree
avl-tree java
Last synced: 12 months ago
JSON representation
Implementation of an AVL tree in Java
- Host: GitHub
- URL: https://github.com/justinethier/avl-tree
- Owner: justinethier
- License: mit
- Created: 2011-08-01T02:57:19.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T04:32:01.000Z (over 5 years ago)
- Last Synced: 2023-03-10T21:18:26.276Z (over 3 years ago)
- Topics: avl-tree, java
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 20
- Watchers: 5
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Implementation of an AVL Tree, along with code to test insertions on the tree.
Based on code written by Mark Allen Weiss in his book Data Structures and Algorithm Analysis in Java.