Tree - Binary Tree

Data System Architecture

About

A tree is said to be binary when each node can only have two children.

Example

Recursion Tree

Type

Task Runner