A Java implementation of a Dictionary backed by an AVL Tree (self‑balancing BST). It supports adding, searching, deleting words, finding similar words (edit distance 1 by substitution or single ...
This project is an interactive AVL Tree visualization tool built with Java and JavaFX. It allows users to insert, delete, and search nodes while dynamically displaying the balanced tree structure. AVL ...