Types of Trees
Let’s learn about different types of threes
We'll cover the following
Generally, trees can be divided into two categories based on the number of children a node can have. They are as follows:
Binary trees
A binary tree is a type of tree in which each node has at most two children.
Examples
BSTs, AVL trees, and red-black trees are all examples of binary trees.
Get hands-on with 1400+ tech skills courses.