Back to Developer Roadmap

Binary Tree

src/data/roadmaps/computer-science/content/binary-tree@G9dnegZ6zNvxrCZ3O_b_z.md

4.0559 B
Original Source

Binary Tree

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.

Visit the following resources to learn more: