Computer Science, asked by stenlymustafa, 10 hours ago

- Draw binary tree representation of following equations according to example instruction.
Show one of them step by step how to make it as described above.
a- (7 + (-3) * (9 + 2 + (-1))) + (-3)
b- 2 + 1 + 5 * (3 + 2 * (7 + (-9)))
c- (7 + 2 + (5 + 3 * (1 + (-4)))) + 8

2- Write the result of preorder, postorder and inorder traversals of your binary trees
3- Write depths of each trees
4- Write the shortest paths from the root to the following nodes. (include root and the node
itselves)
a- 9 (on first tree)
b- 5 (on second tree)
c- -4 (on third tree)

Answers

Answered by anshika7281
0

Answer:

sorry, friend I don't know

Similar questions