News

📘 Overview This Java application allows users to interact with a Binary Search Tree (BST) through a command-line interface. The program supports standard BST operations such as creating a tree, ...
Random Binary Tree Generator This project implements a random binary tree generator with visualization using JavaFX. It allows generating trees with custom parameters and visualizing them either with ...