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

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 Expected result: Link between -1 and 5 Actual result :link between -1 and 5 is not displaying
Ashish1751 commented 5 years ago

Screenshot from 2019-03-17 13-45-10