InterviewSolution
Saved Bookmarks
| 1. |
Define pre, post and in order traversals of a tree. In daa |
|
Answer» Tree traversal is a FORM of graph traversal and refers to the process of visiting each NODE in a tree DATA structure, exactly once. |
|