previous | index | next

Binary Tree Traversals

Give the nodes of this tree in preorder: 4 2 1 3 6 5 7

Give the nodes of this tree in inorder:


previous | index | next