Question
i. Define a binary tree ii. Distinguish between a binary search tree and a binary tree iii. Demonstrate the diagrammatic representation of a binary search tree using the values in the given order: 7, 10, 5, 12, 1, 3, 9. iv. Explain the ...