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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : While inserting a repeated number, it shows that it is already present, but after that it doesn't allow to insert, delete or search for any number. Steps to reproduce :

  1. Go to Simulation under Search trees.
  2. Select the Simulation which is hyperlinked.
  3. Insert any numbers and then insert any repeated number.