Stacks


A stack is basically a linked list except you remove (pop) the tail.

Coded in C++.