A Level Computer Science: Hash table
This module contains:
Compatible with the following examination boards
Download A Level Module 38: Hash tables
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.
Hash table
A hash table is a data structure where keys are mapped to index values. This is implemented in programming using arrays or lists. Hash tables are generally used in areas where faster searching is required such, as lookup tables.
This A Level Computer Science module introduces hash tables to your students, explaining:
- Hashing
- Implementing hash tables
- Hashing algorithms
- Dictionary
More Data types, data structures and algorithms Modules
Hash table is one lesson in our Data types, data structures and algorithms module. The other theory lessons can be found below: