Advertisements
Advertisements
प्रश्न
What is Binary Tree?
लघु उत्तरीय
उत्तर
A binary tree is defined as a set of finite set of elements called nodes such that:
- 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)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?