Page 1 of 1

Draw a binary tree for the expression: A*B-(C+D)*(P/Q). and Convert into Preorder, Inorder and Postorder.

Posted: Tue Jul 12, 2022 8:28 am
by answerhappygod
Draw a binary tree for the expression: A*B-(C+D)*(P/Q).and Convert into Preorder, Inorder and Postorder.