Given the Binary Search Tree of names in Figure 11.5 in the…
Given the Binary Search Tree of names in Figure 11.5 in the textbook: Write the preorder, inorder and postorder traversals of this tree in the text box below. Remember, “visiting” a node means displaying the “name” data field within that node. Be sure to clearly label the lists of names with “preorder”, “inorder” and “postorder” (6 points).
Read Details