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 #335

Open Ashish1751 opened 5 years ago

Ashish1751 commented 5 years ago

Defect Description: Deletion is not properly occuring Steps_to_reproduce:1.Go to Search Trees. 2.Click on Simulations. 3.Click on Search Tree

  1. Insert 10
  2. Insert 5
  3. Insert -1
  4. Insert 7
  5. Delete 7
  6. Delete -1 Expected result: -1 should get deleted Actual result : -1 is not found Screenshot from 2019-03-17 13-46-26