Draw a binary tree for the expression: A*B-(C+D)*(P/Q). and Convert into Preorder, Inorder and Postorder.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Draw a binary tree for the expression: A*B-(C+D)*(P/Q). and Convert into Preorder, Inorder and Postorder.
Draw a binary tree for the expression: A*B-(C+D)*(P/Q).and Convert into Preorder, Inorder and Postorder.