Science, asked by nimishasathyan1493, 1 year ago

What is meant by traversing in data structure?

Answers

Answered by Harsh951
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