Question: CSCE 350: Data Structures and Algorithms Homework - 3 Task-1: {40 points) I Write a C++ program to implement a Binary Search Tree. Your program




CSCE 350: Data Structures and Algorithms Homework - 3 Task-1: {40 points) I Write a C++ program to implement a Binary Search Tree. Your program must allow the user to perform the following tasks: 0 Accept values from the user to insert into the binary search tree - The rst node entered by the user becomes the root node 0 Allow the user to delete nodes from the binary search tree 0 Allow the user to search for a node within the binary search tree: I If the search key is found. it returns all the nodes visitedipath traversed} to reach the search key. I If search key is not found, returns the path traversed to locate the search key and indicates a failed search. 0 File Name: BinarySearchTree_YourLastName_YourFirstName.cpp BinarySearchTree.cpp C+ BinarySearchTree.cpp > ... #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
