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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : Sometimes, while deleting a number from the tree, it first searches for the number, then shows that that number is not found, and then deletes it. Steps to reproduce : Open simulator under Search tree experiment and then insert 10, insert 2, insert -1, delete -1. Expected result : Just delete -1. Actual result : Shows that that -1 is not found and then deletes it. Screenshot : Screenshot (17) Screenshot (18)