0
1.7kviews
Describe Expression Tree with an example
1 Answer
0
12views
  1. An arithmetic expression such as (5-x)*y+6/(x + z) is a combination of arithmetic operators (+, -, *, /, etc.), operands (5, x, y, 6, z, etc.), and parentheses to override the precedence of operations.

  2. Each expression can be represented by a unique binary tree whose structure is determined by the …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.