Repeat Exercises 1-3 for the following binary tree:
Exercise 1,
Refer to the following binary tree:
Perform an in order traversal of this binary tree.
Exercise 2,
Refer to the following binary tree:
Perform a preorder traversal of this binary tree.
Exercise 3,
Refer to the following binary tree:
Perform a post order traversal of this binary tree.