Package project2
package project2
-
ClassDescriptionA class that converts infix expressions to postfix expressions and evaluates postfix expressions.LinkedStack<T>A class of stacks whose entries are stored in a chain of nodes.A class of stacks whose entries are stored in an array.An interface for the ADT stack.