A Level Computer Science: Graphs
This module contains:
Compatible with the following examination boards





Download A Level Module 36: Graphs
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.
Graphs
A graph is a collection of two sets: vertices and edges. Two adjacent vertices or nodes are connected by edges or arcs. A graph is classified as a non-linear data structure.
There are two types of graphs:
- Directed graphs: In directed graphs, all the edges are unidirectional.
- Undirected graphs: In undirected graphs, all the edges are bidirectional.
This A Level Computer Science module introduces graphs to your students, explaining:
- Graphs and its types
- Implementing graphs in programming
- Traversing graphs
More Data types, data structures and algorithms Modules
Graphs is one lesson in our Data types, data structures and algorithms module. The other theory lessons can be found below:

















