Question: in c++ a) Create a function to delete a specific node in a Binary Search Tree. The value to be deleted should be given by

in c++
a) Create a function to delete a specific node in a Binary Search Tree. The value to be deleted should be given by the user as an argument to the delete function. Display an error message if the value to be deleted is not found in the tree. Do not use structures
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
