A Level Computer Science: Stacks
This module contains:
Compatible with the following examination boards
Unable to find the download
Stacks
Stacks are implemented in programming using arrays or linked lists. For implementing using arrays, a variable is required to hold the pointer to the top of the stack. This helps in insertion and deletion of elements.
A variable holding the maximum size of a stack or the size of an array is also required.
This A Level Computer Science module introduces stacks to your students, explaining:
- LIFO data structure
- Operations in stack
- Implementing stacks using arrays and linked lists
More Data types, data structures and algorithms Modules
Stacks is one lesson in our Data types, data structures and algorithms module. The other theory lessons can be found below: