25. Draw the tree structure for the following expression:
[a + (b-c)] * [(
de)/(f + g-h)]
Answers
Answered by
0
Explanation:
* is the root here
+ and / are the parent root
a and - are the child
and - has the two sub node b and c
also
/ has - and + as child
and - has d & e as sub nodes
also - (2nd) has + and h as sub nodes
and + has f and g as sub nodes of +
Attachments:
![](https://hi-static.z-dn.net/files/dcf/9a8ce028bb1b2fc2babb0ef1699fabbb.jpg)
Similar questions