antnat96 / Double-Threaded-BST

This 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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double-Threaded-BST

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).

How To Use

  1. Download the source files ("git clone https://github.com/antnat96/Double-Threaded-BST.git")
  2. Open Visual Studio
  3. File->Open->Project/Solution
  4. Navigate to directory where code was cloned
  5. Open "Programming Assignment 2.vcxproj"
  6. Run project

About

This 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).


Languages

Language:C++ 100.0%