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

Open samarthamahesh opened 5 years ago

samarthamahesh commented 5 years ago

Description : The experiment allows inserting anything in text-area. If you insert any key other the numbers, it takes it as 0. Steps to reproduce : Open simulator under Search tree. Insert any character ( For example : a ) Expected result : Error message. Actual result : 0 is inserted into the search tree. Screenshot : Screenshot (23) Screenshot (24)