Advertisements
Advertisements
प्रश्न
What is a binary tree?
लघु उत्तरीय
Advertisements
उत्तर
A binary tree is defined as a set of finite set of elements called nodes such that:
- The tree is empty.
- A tree contains a root node and remaining nodes of tree form an ordered pair of disjoint binary trees (left and right).
- In a binary tree, no node has a degree greater than 2.
- E.g.,

shaalaa.com
Basic Data Structures (Stack, Queue, Dequeue)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
