Each element in a tree is a node. We need to define a node before we proceed to define a binary tree as a tree consists of nodes. We'll create a very simple node definition that has 3 properties, namely: left, right and data.

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements