Advertisements
Advertisements
Question
Define the following term with reference to Tree:
Binary Tree
Definition
Advertisements
Solution
A binary tree is a finite collection of elements called nodes. It may be empty, or it consists of a single distinguished node called the root along with two disjoint subsets known as the left subtree and the right subtree, which are themselves binary trees. The left and right subtrees may be empty. In a binary tree, no node has a degree greater than two.

shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Official
