Learn Before
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

Updated 2021-05-11

Tags

Python Programming Language

Data Science