GitHub - whyhe/interviews: Everything you need to know to get...
StackA Stack is a collection of elements, with two principle operations: push, which adds to the collection, and pop, which removes the most recently added element Last in, first out data structure (LIFO) Time