Tree traversal

In computer science, tree traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting (e.g. retrieving, updating, or deleting) each node in a tree data structure exactly once.

Source: Wikipedia — Tree traversal (CC BY-SA 4.0)

Tree traversal

In computer science, tree traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting (e.g. retrieving, updating, or deleting) each node in a tree data structure exactly once.

This neuron ends here.

Source: Wikipedia "Tree traversal" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy