News

This project provides a simple implementation of a Binary Search Tree (BST) in Java. It includes basic operations such as insertion, deletion, searching, and tree traversal (in-order, pre-order, ...
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 ...