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

Open shikhargarg1812 opened 5 years ago

shikhargarg1812 commented 5 years ago

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