Skewed Binary Trees

In this lesson, we will discuss another type of Binary Tree called Skewed Binary Tree. We will look at some of its properties and types.

We'll cover the following...

Introduction #

The binary tree in which each node has either one or no child is known as a ...