Problem
1. Define the term binary tree.
2. What is the difference between a binary tree and an ordinary tree in which each vertex has at most two branches?
3. Give the order of visiting the vertices of each of the following binary trees under (a) preorder, (b) inorder, and (c) postorder traversal.