What is the postfix expression for the following expression tree?
(a) abcde++**
(b) ab+cde+**
(c) abc+de+**
(d) abcd+*e+*
This question is from Trees in portion Trees of Data Structures & Algorithms I
This question was posed to me in an international level competition.