What is a full binary tree?

Q & ACategory: Data StructureWhat is a full binary tree?
Admin Staff asked 4 years ago

What is a full binary tree?
a) Each node has exactly zero or two children
b) Each node has exactly two children
c) All the leaves are at the same level
d) Each node has exactly one or two children

1 Answers
Admin Staff answered 4 years ago

a) Each node has exactly zero or two children