Traversal

tree traversal graph traversal

A process of systematically visiting each element or node in a data structure, such as a tree or graph, typically following specific rules to ensure complete coverage without repetition.

Built by Tim Jones