Tree ( DSA - 8 )
Tree is a hierarchical data structure that consists of nodes connected by edges. It is a non-linear structure, which means that unlike arrays, linked lists, stacks, or queues, elements are not arranged in a sequential manner.
Basic Concepts:
Root: Th...
madhavganesan.hashnode.dev7 min read