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-evaluation_Simulation #166

Open yoogottamk opened 5 years ago

yoogottamk commented 5 years ago

Defect description

Balanced parentheses are not checked (which again, is a stack problem)

Steps to reproduce

Just load the page and click on ( and evaluate

Expected result

It should alert the user that the expression entered is invalid. Currently, it tries to evaluate it and ends up showing NaN

Screenshot

stack_calc_fails_part3