data-structures-and-algorithms
Challenge Title
Using a Linked List as the underlying data storage mechanism, implement both a Stack and a Queue
Solution
queue.py
stack.py
tests
test_queue.py
test_stack.py