Data Structures — A-Level Revision Notes

3 notes on Data Structures for A-Level Computer Science.

Stacks and QueuesA stack and a queue are abstract data types (ADTs) — logical models… Trees and GraphsA graph is a set of nodes (vertices) connected by edges. Graphs model… Hash Tables and DictionariesA hash table stores key–value pairs and allows very fast lookup —…

What these notes cover

← All A-Level Computer Science notes