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

Open mushie101 opened 5 years ago

mushie101 commented 5 years ago

->Defect description: If input is given to insert a node while another node is being inserted the input is not registered.

->Steps to reproduce the issue: Open the afore-mentioned page and click on the link for the simulation. Insert a value and while the value is being processed enter another value. This value is not processed and added to the tree.

->Expected Result: The new input should be added to the tree after the current input is done processing.

->Actual result: The new input is ignored