Package scranton.stack

Contains the Stack interface and several static and recursive implementations of the Stack interface.

See:
          Description

Interface Summary
Stack Specifications for a (pushdown) stack, the semi-formal notation for specifications appears on the notation page.
 

Class Summary
StackViaArray An implementation of the Stack interface using an array via composition.
StackViaLinear1 An implementation of the Stack interface applying the the Linear1 class via composition.
StackViaLinear1Ind An implementation of the Stack interface via extension of the Linear1Ind class.
 

Package scranton.stack Description

Contains the Stack interface and several static and recursive implementations of the Stack interface.