- find successors and predecessors using BST (both list will be sorted); in the end, we can easily get top k from the two sorted list - with BST: **inorder traversal gives us sorted predecessors - ...
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 ...