Multiple choice

In which of the following data structures, every level, except possibly the last, is totally filled, and all nodes are as far left as possible?

  1. Tree

  2. Complete binary tree

  3. Left skewed binary tree

  4. Right skewed binary tree

  5. Degree

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

Here every level, except possibly the last, is totally filled, and all nodes are as far left as possible.