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-evalutaion_Simulation #163

Open yoogottamk opened 5 years ago

yoogottamk commented 5 years ago

Defect description

Multiple +/- button clicks don't remove the sign trivially.

Steps to reproduce

Just load the page, click on 1 and then click multiple times on the +/- button

Expected result

If only a single -(<expr>) is there, clicking on +/- should replace it with <expr>. Currently, it makes the expression -(-(<expr>)), which also takes a long time to evaluate

Screenshot

stack_calc_defect