anomp/python-avl-tree
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Getting the idea from the original repository I made a simple implementation for a project in my studying department. Access of nodes is recursive. Sources: http://interactivepython.org/runestone/static/pythonds/Trees/AVLTreeImplementation.html https://www.cs.usfca.edu/~galles/visualization/AVLtree.html http://www.cise.ufl.edu/~nemo/cop3530/AVL-Tree-Rotations.pdf Deletion: http://www.cs.toronto.edu/~krueger/cscB63h/lectures/tut03.txt