https://github.com/edujbarrios/avlvisualizer
A implementation of a fully detailed AVL tree
https://github.com/edujbarrios/avlvisualizer
algorithms avl-tree
Last synced: 3 months ago
JSON representation
A implementation of a fully detailed AVL tree
- Host: GitHub
- URL: https://github.com/edujbarrios/avlvisualizer
- Owner: edujbarrios
- Created: 2024-05-16T10:12:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:16:32.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:48:05.632Z (8 months ago)
- Topics: algorithms, avl-tree
- Language: JavaScript
- Homepage: https://edujbarrios.github.io/AVLvisualizer/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVLvisualizer
Highly detailed AVL visualizer that accepts insertions and deletions with the detection of rotations and re-blance.This project departs from the initial work of Vileend, a programmer that created the insertions version of the AVL.
In this new version, I've also implemented deletions, which is able to detect and note the rotations that may occur while deleting a node.
`New`: Added a console log that tracks all movements and displays them on a console.
Done with `HTML`, `CSS` and `Javascript`.
## TO-DO
- UI enhancements
- Search Nodes