C++ Console Application

BST Visualizer

BST Visualizer

The BST Visualizer project is a captivating C++ endeavor that transforms the abstract concept of binary search trees into a visually stunning experience. Utilizing the graphics.h library, each node emerges as a circle, interconnected by lines that dynamically adjust as new elements are added. Supports in-order, pre-order, and post-order traversals.

Technologies Used

C++C++