InterviewSolution
Saved Bookmarks
| 1. |
In an expression tree algorithm, what happens when an operand is encountered?(a) create one node pointing to a stack(b) pop the nodes from the stack(c) clear stack(d) merge all the nodesThis key question is from Trees in portion Trees of Data Structures & Algorithms II had been asked this question in my homework. |
|
Answer» Correct CHOICE is (a) CREATE one node pointing to a STACK |
|