Tree
Practice Questions
Overview of Trees
Overview:
· Tree is a hierarchical data structure in which information naturally gets stored in a hierarchy manner.
· It is a non-linear data structure compared to Array, Linked list, Stack and Queue.
· Tree is one of the most advanced and efficient data structures.
· Trees are fast in storing and organizing data.
Try here>>>