A binary search tree application developed using C# to manage Integer and Customer data.
- Add new integers and customers to the binary search tree
- Display the number of items in the tree
- Traverse the tree using PreOrder, InOrder, and PostOrder methods
- Store and manage customer objects within the tree
- Retrieve customer details by providing a name
- Programming Language: C#
- Framework: .NET Framework
- IDE: Visual Studio
- Visual Studio 2019 or later
-
Clone the repository:
git clone https://github.com/suatkocar/BinarySearchTree.git
-
Open the solution file
Exercise2.sln
in Visual Studio. -
Build and run the project from Visual Studio.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any inquiries, please contact me at [email protected].