Defect description:
In the simulation in some expressions tree diagram is not according to expression.Because of that preorder, postorder ,inorder expressions are also wrong.
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 :
Expression tree which on calculating should give write answer.
Actual result :
Expression on evaluating gives wrong answer.
Defect description: In the simulation in some expressions tree diagram is not according to expression.Because of that preorder, postorder ,inorder expressions are also wrong. 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 : Expression tree which on calculating should give write answer. Actual result : Expression on evaluating gives wrong answer.