Study resource
Graph-traversal exam tips
Study Graph-traversal with curriculum-aligned Exam Tips resources, practice links, and exam-focused support.
At a glance
exam tips
Resource type
Topic
Graph-traversal
AqaA LevelComputer ScienceFundamentals of algorithms
Exam tips
Show the trace in order
Write down each vertex when it is first visited and follow the neighbour order given in the question.
A clear visit order makes it easier to demonstrate whether the search is proceeding level by level or deeply along one branch, and helps avoid skipped vertices.
Related topics
