Table of Contents
Simple Stack class implemented as a Python list
Stack
Clear ( self )
Contains ( self, v )
IsEmpty ( self )
IsNotEmpty ( self )
Pop ( self )
Push ( self, v )
__init__ ( self )