module documentation

Provides the LinkedStack class implementing a stack with a singly linked list.

Class LinkedStack LIFO Stack implementation using a singly linked list for storage.