Data Structures and Algorithms - Old Questions
Question Answer Details
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.
Answer
AI Generated Answer
AI is thinking...