Suppose that a binary search tree has the following shape.

sequence of squares

Place the integers 1 through 10 on the nodes through in a manner consistent with the definition of a binary search tree.











Think about how you would describe a general procedure for visiting the nodes of a binary search tree in order.

You can earn partial credit on this problem.