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 on AQA AS Level Computer Science Hash tables. Each one builds up to exam-style questions.