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

data-structure-lab_expression evaluation using stacks-simulation #140

Open sridhar1ga opened 5 years ago

sridhar1ga commented 5 years ago

In the stack minimum number of operators that it receives should be set otherwise the stack is stuck if the number of operators is high. like for a big operation with many +,-,*,/ procedure to find the issue: data structures lab-list of experiments-expression evaluation via stacks-simulation not working if we give a big operation at once issue

yoogottamk commented 5 years ago

Stack overflow ;)