Write any five problem for tree traversal?
Answers
Answered by
0
in computer science tree traversal is a form of graph traversal and refers to the process of visting each node in a tree data structure,exactly once.
Similar questions