Multiple choice

If a binary tree contains either two or zero children, then it is called as

  1. strictly binary tree

  2. binary tree

  3. AVL tree

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

 If a binary tree contains either zero or two child, then it is called as strict binary tree.