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-Trees_simulation #132

Closed bmkgupta closed 5 years ago

bmkgupta commented 5 years ago

Simulation stopped working when following steps are done 1)Insert 0 2)Insert 0,this time it stopped working i.e. got stuck even did'nt recognized other input which is given later in this case.

after 1) screenshot 2

while after doing 2) screenshot 5

bmkgupta commented 5 years ago

when an element is inserted multiple times, the simulation is storing the frequency but it is not getting displayed and the tree is remaining the same. screenshot 6 screenshot 7