Examlex

Solved

Suppose a Binary Tree Has 3 Nodes

question 12

Essay

Suppose a binary tree has 3 nodes.The root node is A,and A has a left child B.B has a right child C.Write the inorder,preorder and postorder traversals of this tree.


Definitions:

Related Questions