0
5.9kviews
Different types of tree traversal techniques.
1 Answer
0
121views
  • Traversing a binary tree is a process of visiting each node in the tree exactly once in a symmetric way.

  • Unlike linear data structures in which the elements are traversed sequentially, tree is a non linear data structure in which the elements can be traversed in many different ways.

There …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.