This command-line project is an implementation of a double threaded binary search tree. Methods implemented are insertion of records, checking size, and printing in various orders (via threading when applicable).
- Download the source files ("git clone https://github.com/antnat96/Double-Threaded-BST.git")
- Open Visual Studio
- File->Open->Project/Solution
- Navigate to directory where code was cloned
- Open "Programming Assignment 2.vcxproj"
- Run project