virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Search-Tree_Simulation #209

Open risubaba opened 5 years ago

risubaba commented 5 years ago

Description Deletion not working Steps To Reproduce Insert 11 Insert 4 Insert 15 but before completing insert 3 Delete 3 Expected Result Proper tree with 2 nodes Actual Result 3 is not deleted even after waiting for almost 5 minutes. Also the program was ready to take new input fdelete