tailieunhanh - Lecture Data Structures: Lesson 7

Lecture Data Structures: Lesson 7 provide students with knowledge about infix to postfix; note that the postfix form an expression does not require parenthesis; each operator in a postfix expression refers to the previous two operands; each time we read an operand, we push it on a stack; . |