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

Open KanishAnand opened 5 years ago

KanishAnand commented 5 years ago

Defect Description I made a tree with elements 4 ,2 and 7. But when I again try to insert 4 it hangs and this function is not performed and further any other function can not be performed. Steps to reproduce the issue Go to experiment of Search Trees under list of experiments and go to simulation section. Insert 4,2,7 in tree and after this again insert 4 in tree. Expected Result It may alert that number exist and same number can not be inserted or may insert in one of left or right side. Actual Result The site will no respond anything and further any other function can also not be performed.

Screenshot from 2019-03-09 16-39-42