Data Structures and Algorithms - Old Questions
2. How recursive algorithm use stack to store intermediate results? Illustrate with an example. Convert the infix expression A+B-(C*D/E+F)-G*H into postfix expression using stack.
10 marks
|
Asked in 2079