Data Structure - Expression Parsing - The way to write arithmetic expression is known as a notation. Learn more about expression parsing.

I am sure you must have seen this kind of expression at some point in your life. When you approach solving it, you assign the values to the variable and perform the operations based on the BODMAS rule. But that is not how expression solving works in computer systems. When you enter an expression like this in the system, it reads it as a string.

In this article, we will be learning types of expression notations, precedence order, and associativity. Later we will be focusing on how a computer system approaches solving an arithmetic or logical expression

#data-structure #developer

Expression Parsing in Data Structure
5.85 GEEK