Computer Science, asked by bolt1679, 1 year ago

Define pre, post and in order traversals of a tree. In daa

Answers

Answered by rakesh4760
0
tree traversal is a form of graph traversal and refers to the process of visiting each node in a tree data structure, exactly once.
Similar questions