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-Trees_Simulation #203

Open risubaba opened 5 years ago

risubaba commented 5 years ago

Description Improper bst structure Steps To Reproduce Insert 5 Insert 6 but before insert is completed insert 2 Delete 5 Insert 1 Expected Result 2 should be on the right of 1 Actual Result 2 is on left of 1 improper bst