Data Structures and Algorithms - Old Questions

1. Differentiate stack with queue? Trace an algorithm for converting infix expression to postfix for the following infix expression.

            (A+B)*(C$(D-E)+F)-G 

10 marks | Asked in Model Question