/C-Binary-Search-Tree

Binary Search Tree implemented in C#

Primary LanguageC#

Binary Search Tree

C# implementation of Binary Search Tree

By Kenny Wolfenberger

Description

This program implements a Binary Search Tree in C#. It includes a Node class and BinarySearchTree class. Functions include Find, Insert, Breadth First and Depth First (PreOrder, PostOrder, InOrder) traversal, and MirrorImage.

Setup/Installation Requirements

  • Clone this repository
  • Open BinarySearchTree.sln in IDE like Visual Studio.
  • By default the program will run with a basic BST and go through several functions outlined in the Main function.

Support and contact details

Contact Kenny Wolfenberger - kennywolfenberger@gmail.com

Technologies Used

  • C# .NET Framework
  • Visual Studio

Copyright (c) 2019 Kenny Wolfenberger