Two binary trees are given as shown below:
Which one is full binary tree? And which one is complete binary tree? And why?
3. Can you create a rooted binary tree of 10 vertices? Give the vertices set and the set of edges. And also draw your binary tree.
4. For given binary tree as shown below, create an adjacency matrix for it.