| | 1. [Initialize Stack]
top <-- 1 s[top] <-- ‘#’.
2. [Initialize output string and rank count]
POLISH <-- ‘ ‘ RANK <-- 0.
3. [Get first input string]
NEXT <-- call NEXTCHAR(INFIX).
4. [Translate infix expression]... | Posted By:Bailey Evans Posted On: Dec 15 |
|