Learn Before
Concept icon
Concept

Full Binary Tree

A full binary tree is a binary tree where each node must have either zero or two children. In effect, each node has two children except for the leaf nodes.

0

1

Concept icon
Updated 2021-05-11

Tags

Python Programming Language

Data Science

Related