Description
Improper insertion
Steps To Reproduce
Insert 5
Insert 10
Insert 15
Insert 20
Insert 30
Insert 50
Insert 130
Insert -1
Expected Result
Proper tree with 8 values
Actual Result
Program gets stuck on inserting -1. No further operations can be done
Description Improper insertion Steps To Reproduce Insert 5 Insert 10 Insert 15 Insert 20 Insert 30 Insert 50 Insert 130 Insert -1 Expected Result Proper tree with 8 values Actual Result Program gets stuck on inserting -1. No further operations can be done