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.
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.