Description
No explanation of position number
Steps To Reproduce
Insert 3
Insert 10
Insert 0
Insert 1
Expected Result
An explanation for position number. Either remove position as bst's don't need position numbers or follow 2i,2i+1 numbering for children. Also, display position number as a subscript
Actual Result
2i-1,2i numbering is followed for children which is not in line with the convention
Description No explanation of position number Steps To Reproduce Insert 3 Insert 10 Insert 0 Insert 1 Expected Result An explanation for position number. Either remove position as bst's don't need position numbers or follow 2i,2i+1 numbering for children. Also, display position number as a subscript Actual Result 2i-1,2i numbering is followed for children which is not in line with the convention