Define a binary tree

A binary tree is a finite set of nodes which is either empty or consists of a root and two disjoint binary trees called the left sub-tree and right sub-tree.

0
Sanisha Maharjan
Jan 23, 2022
More related questions

Questions Bank

View all Questions