This repository contains a generic, from-scratch implementation of a Binary Search Tree (BST) in modern C++. The primary goal of this project is to gain a deep, "under-the-hood" understanding of how ...
This is asimple CLI application that demonstrates basic operations on a Binary Search Tree (BST). It was developed as a university homework assignment to explore data structures.