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

Open risubaba opened 5 years ago

risubaba commented 5 years ago

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 karle