What is meant by binary tree traversal?

Traversing a binary tree means moving through all the nodes in the binary tree, visiting each node in the tree only once.

0
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions