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.
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.