Introduction

In this lesson, you will be introduced to Binary Trees and their implementation in Python.

A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. Have a look at an elementary example of a binary tree:

Get hands-on with 1200+ tech skills courses.