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

Expression-Trees_Simulation #103

Open shikhargarg1812 opened 5 years ago

shikhargarg1812 commented 5 years ago

Defect description: If the on-screen stack for preorder expression gets full, then the stack does not get emptied even if you clear screen or check some other expression. Steps to reproduce the issue : Go to http://cse01-iiith.vlabs.ac.in/exp6/Simulation.html?domain=Computer%20Science&lab=Data%20Structures. Then click on option Expression Tree. Expected result : Should clear on screen stack on other clicking any other traversal or clearing screen. Actual result : On-screen stack does not get emptied and don't do anything. overflow2