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

Serach Trees #173

Open AbhishekShah1709 opened 5 years ago

AbhishekShah1709 commented 5 years ago

Defect Description: When you directly press Insert, 0 gets inserted into the tree instead of showing error.

Steps to reproduce the issue: Go to experiment of Search Trees under list of experiments and go to simulation section.Press Insert directly without entering any number.

Expected Result: It should have given an alert that Insert a number first.

Actual Result: It inserts 0 at position 0. Screenshot from 2019-03-12 08-49-44