Computer Science, asked by akshadakolape, 7 months ago

25. Draw the tree structure for the following expression:
[a + (b-c)] * [(
de)/(f + g-h)]​

Answers

Answered by piyushacharya032
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:
Similar questions