Python Project

Job ID: 30643412

Budget: ₹600 – ₹1,200 INR

You have to write a code that will accept as many patient details and store them in Binary Search Tree. Then you have to create a search function (Perform Binary Search) that will display the details that are in BST. Also, you have to create a delete function that will delete particular information based on the patient's id or name. Then create a display function that will print all the available records in BST. Finally, add an exit option to end the program.