Forum discussion on Binary Tree(Week-8)

Answer the question and discuss if you have any confusion

Re: Answer the question and discuss if you have any confusion

by MD. Jannatun Nayem Riyad -
Number of replies: 0
A binary tree is either empty or consists of a node called the root together with two binary trees called the left subtree and the right subtree.