Draw a binary tree having 4 nodes and 3 leaves
please help I'm Confuse
Do you understand what a node is?
Do you understand what a leaf is?
Do you understand what a binary tree is?
Not possible unless they are not counting the root node.
1 2 3 4 5 6 7
|
R
/ \
/ \
N N
/ \
/ \
N N
|
Last edited on