Data - Structure - and - Algorithms - Lecture - 7 Trees
Data - Structure - and - Algorithms - Lecture - 7 Trees
Level order traversal is used to print the data in the same order as stored in the
array representation of a complete binary tree.
HOME TASKS
If the binary tree in figure is traversed in
inorder,postorder and preorder, then the order in which
the nodes will be visited is ____?
HOME TASKS
Which of the following binary trees has its inorder and
preorder traversals as BCAD and ABCD respectively-