Multiple choice

______________ is a tree in which each leaf node is at the same distance from the root.

  1. Binary tree

  2. Complete tree

  3. Subtree

  4. Leaf node

  5. Root node

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

Complete tree is a tree in which each leaf node is at the same distance from the root.