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-Tree_Simulation #208

Open risubaba opened 5 years ago

risubaba commented 5 years ago

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 position position position2