Engineering · 2022
BST & AVL Tree Demo (Java)
JavaFX visualizer for binary search trees and AVL trees, with benchmarking and live GUI interaction over a custom Car dataset.
A JavaFX side-by-side of an unbalanced BST and an AVL tree, so the rebalancing cost, and the lookup benefit, are visible at a glance. Generates synthetic Car data so the dataset stays interesting beyond toy examples.