Multiple choice

A type of binary tree in which all levels except possibly the last are full, and the last level has all its nodes to the left side is called a

  1. full binary tree

  2. complete binary tree

  3. skewed binary tree

  4. binary search tree

  5. B-tree

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

Complete bianry tree is a type of binary tree in which all levels except possibly the last are full, and the last level has all its nodes to the left side.