Tree Traversal
1. Which of the following statements are correct about a binary tree?
2. Node values in a binary tree always appear in a sorted order from root to leaf, going left to right at each level.
3. Which of the following is TRUE about the leaf nodes of a binary tree?
4. In a binary tree all nodes are connected.
5. Which of the following is TRUE about a binary tree?