Binary Tree Exercises

1. Add the numbers 17 and 29 to the following graph:

2. Create a binary tree in the space below using the following numbers:

38,6,34,84,48,24,91,4,98

3. Perform a depth First traversal on the tree created in question 2:

4. Perform a breadth First traversal on the tree created in question 2:

Answer Sheet

1. Add the numbers 17 and 29 to the following graph

2. Create a binary tree in the space below using the following numbers:

3. Perform a depth First traversal on the tree created in question 2:

4. Perform a breadth First traversal on the tree created in question 2: