Chemistry, asked by mpshashank, 1 year ago

what is the common in three different types of traversals

Answers

Answered by 72600happygmailcom
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

Answered by arohi89
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