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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : In the simulator, if you insert without inputting anything in the text-area, then inserts 0 into search tree. Steps to reproduce : Open simulator under Search Tree experiment. Without typing anything in text-area, click on insert button. Expected result : Error message to input a number. Actual result : 0 is getting inserted. Screenshot : Screenshot (22)