What is a Binary Tree?
An introduction to binary trees, and different types of binary trees.
We'll cover the following
Introduction #
A binary tree is a tree in which each node has between 0-2 children. They’re called the left and right children of the node. The figure below shows what a Binary Tree looks like.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.