General
- What is a binary tree
- What is the d/c b/n a binary tree & a binary search tree
- What is the possible gain in terms of time commlexity compared to linked lists
- what are the depth, the height, the size of a binary tree
- What are the d/c traversal methods to go through a binary tree
- What is a complete,a full,a perfect,a balanced binary tree