➜
KUMAR SHIVAM
Define tree. Explain terminology of tree ?
Data Structures and Algorithms
Answer in Short
tree as a set of nodes that either is empty or has a node called the root that is connected by edges to zero or more subtrees to form a hierarchical structure. Click to view full answer and terminology of tree
Explanation
1328
0
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 4
<p>Explain representation of tree ?</p>
<p>Define binary tree. Explain properties of binary tree ? </p>
<p>Explain Types of Trees in data structures? </p>
<p>Explain binary tree representation ? </p>
<p>Explain binary tree traversal ? </p>