1.

Conversion from prefix to postfix expression can be done _______________(a) using bubble sort(b) using radix sort(c) using two queues(d) in a direct mannerI got this question in an international level competition.I'm obligated to ask this question of Trees in division Trees of Discrete Mathematics

Answer»

Correct CHOICE is (d) in a direct manner

Explanation: In a postfix EXPRESSION, the operators appear after the OPERANDS. Conversion from prefix to postfix is done DIRECTLY which is better than converting the prefix expression in infix and then infix to postfix expression. It gives better EFFICIENCY.



Discussion

No Comment Found

Related InterviewSolutions