 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is rooted tree? | 
| Answer» A rooted tree is a tree in which one VERTEX has been DESIGNATED the root. The edges of a rooted tree can be assigned a natural orientation, either AWAY from or towards the root, in which case the structure BECOMES a directed rooted tree. | |