Introduction
Introduction
Introduction
given below:
Trees: Trees are multilevel data structures with
a hierarchical relationship among its elements
known as nodes. The bottommost nodes in the
herierchy are called leaf node while the
topmost node is called root node. Each node
contains pointers to point adjacent nodes.
Tree data structure is based on the parent-child