Summary of Lists

Stack Applications: Symbol Balancing

 

{ ( [ ] ) }

 

{ [ ( } ) ]

Stack Applications: Postfix Calculator

 

6 5 2 3 + 8 * + 3 + *

Stack: Linked List Implementation Diagram

Stack (linked list) UML diagram

Queue: Linked List Implementation Diagram

Queue (linked list) UML diagram