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

Open Ashish1751 opened 5 years ago

Ashish1751 commented 5 years ago

Defect Description: Insertion is not properly occurring 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. Insert 19
  6. Insert -2 Expected result: -2 should get inserted and -1 should be there in the graph Actual result : -1 is not found Screenshot from 2019-03-17 14-03-57 Screenshot from 2019-03-17 14-05-59