What traversal means
What traversal means

A tree stores data in a hierarchy, where each item is a node connected by edges. The top node is the root, a node with no children is a leaf, and any node plus everything below it is a subtree.
Step-by-step lessons on AQA A Level Computer Science Tree-traversal. Each one builds up to exam-style questions.