In an expression tree algorithm, what happens when an operand is encountered?
Posted: Wed Jul 13, 2022 7:42 pm
a) create one node pointing to a stack
b) pop the nodes from the stack
c) clear stack
d) merge all the nodes
b) pop the nodes from the stack
c) clear stack
d) merge all the nodes