What a stack is
What a stack is

A stack is a data structure where items are added and removed from the same end, called the top. It follows last in, first out, or LIFO, so the most recently added item is the first one removed.
Step-by-step lessons on AQA AS Level Computer Science Stacks. Each one builds up to exam-style questions.