What is meant by traversing in data structure?
Answers
Answered by
0
In computer science, tree traversal(also known as tree search) is a form of graph traversal and refers to the process of visiting (checking and/or updating) each node in a tree data structure, exactly once. Such traversals are classified by the order in which the nodes are visited.
Similar questions