module documentation
Basic example of an adapter class to provide a stack interface to Python's list.
| Class | |
LIFO Stack implementation using a Python list as underlying storage. |
Basic example of an adapter class to provide a stack interface to Python's list.
| Class | |
LIFO Stack implementation using a Python list as underlying storage. |