Question: 1. An inorder tree traversal of a binary search tree produces a listing of the tree nodes in alphabetical or numerical order. Construct a binary search tree for "To be or not to be, that is the question," and then do an inorder traversal.
2. Construct a binary search tree for "In the high and far-off times the Elephant, O Best Beloved, had no trunk," and then do an inorder traversal.