Advertisements
Advertisements
प्रश्न
Explain the following term:
Binary Tree
स्पष्ट कीजिए
Advertisements
उत्तर
- A binary tree is a hierarchical data structure in which each node has at most two children, referred to as the left child and the right child. It begins with a top node called the root, and nodes with no children are known as leaf nodes.
- This structure is the foundation for efficient algorithms like Binary Search Trees (BST) and Heaps. It is widely used for fast searching, sorting, and representing hierarchical data like file systems or organisation charts.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (July) Official Board Paper
