Version 0.1 alpha
Pre-release
Pre-release
Defines functionality for the 0.1 release:
- stacks implemented with dynamic arrays and singly-linked lists
- queues implemented with singly-linked lists
- deques implemented with doubly-linked lists