#Array Stack MOVED TO: https://github.com/TaylorHuston/Java_AlgorithmsDS Simple implementation of a stack using a resizing array. From Algorithms, 4th Ed. Section 1.3