Tree
Trees are hierarchical data structures, with each element having one parent(except the root) and each element having at least one child(except the leaves)
Search
Trees are hierarchical data structures, with each element having one parent(except the root) and each element having at least one child(except the leaves)