What is the minimum number of nodes that a binary tree can have?
4 years ago
Data Structure and Algorithm
A binary tree can have a minimum of zero nodes, which occurs when the nodes have NULL values. Furthermore, a binary tree can also have 1 or 2 nodes.
Sujan Bk
Jan 9, 2022