A Level Computer Science: Lists and linked lists
This module contains:
Compatible with the following examination boards





Download A Level Module 33: Lists and linked lists
This download is exclusively for Teach Computer Science subscribers!
To download this file, click the button below to signup (it only takes a minute) and you'll be brought right back to this page to start the download!
Already a member? Log in to download.
Lists and linked lists
A list is an abstract data type that represents a finite number of ordered values, where the same value may occur more than once. Elements are referred to using the index values. The elements are changeable. In Python, lists are created using square brackets.
This A Level Computer Science module introduces lists and linked lists to your students, explaining:
- Lists
- Programming lists
- Linked lists
- Implementing linked lists using arrays and object-oriented programming
More Data types, data structures and algorithms Modules
Lists and linked lists is one lesson in our Data types, data structures and algorithms module. The other theory lessons can be found below:

















