Table of ContentsA Stack Application: Balanced Parentheses in Arithmetic Expressions Balancing Parentheses in Your Head Basic Calculator Program--p.311ff. Finding the Leftmost Innermost Expression Use of Stacks in Evaluating Arithmetic Expressions Array Implementation of the Stack ADT Linked List Implementation of the Stack ADT Evaluating Postfix Expressions Converting Infix to Postfix--Fully Parenthesized Expressions Fully Parenthesized Expressions Prefix to Postfix, General Case Prefix to Postfix, General Case |
Author: Michael Main and Walter Savitch
Email: mgv@cs.sc.edu Home Page: www.cs.sc.edu/~mgv Other information: |