what is the common in three different types of traversals
Answers
Answered by
4
There are generally two types of traversal: − breadth first − depth first. There are three variants for depth first traverse a tree. They're called preorder, inorder, and postorder. An in-order traversal of a binary search tree will cause all the nodes to be visited in ascending order, based on their key values.
if it helps, mark Brainiest please
if it helps, mark Brainiest please
Answered by
4
There are generally two types of traversal: − breadth first − depth first. There are three variants for depth first traverse a tree. They're called preorder, inorder, and postorder. An in-ordertraversal of a binary search tree will cause all the nodes to be visited in ascending order, based on their key values.
Similar questions