Keys, values, and fast lookup
Keys, values, and fast lookup
A hash table stores key-value pairs in an array so a program can find data quickly from a key such as a username or student ID. The key identifies the item, and the value is the data linked to that key.
Step-by-step lessons covering AQA A Level Computer Science Hash tables for A Level Computer Science. Each lesson works through exam-style questions.