What is meant by binary tree traversal?
4 years ago
Data Structure and Algorithm
Traversing a binary tree means moving through all the nodes in the binary tree, visiting each node in the tree only once.
Sanisha Maharjan
Jan 23, 2022