Donate SIGN UP

A Binary Tree Expression (A+B+C*d)-(A/b-Cd+E)

Avatar Image
godhardonsomu | 12:54 Wed 15th Mar 2017 | Science
1 Answers
Kindly who can help me?

Represent the following expression as a binary tree and write the prefix and postfix form of the expression (A+B+C*D)-(A/B-CD+E)
Gravatar

Answers

Only 1 answerrss feed

Best Answer

No best answer has yet been selected by godhardonsomu. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Take a look at the example under 'Algebraic expressions' here:
https://en.wikipedia.org/wiki/Binary_expression_tree#Algebraic_expressions

Use that as a model to create a tree for the first bracketed term in your expression. Repeat for the second bracketed term. Then join the tops of your two trees together with a ' - ' operator.

Only 1 answerrss feed

Do you know the answer?

A Binary Tree Expression (A+B+C*d)-(A/b-Cd+E)

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.