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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : Sometimes, numbers which are in the search tree are getting replaced with new incoming numbers. Steps to reproduce : Open simulator under Search tree experiment. Insert 10, insert 2, insert -1, insert 0. Expected result : 0 should have been inserted to right of -1. Actual result : 0 is replacing -1 in the search tree. Screenshot : Screenshot (19) Screenshot (20)