Computer Science and Engineering Tree Question #5635
Single Choice Easy

QWhat is a perfect binary tree?

ID: #5635 Tree 239 views
Question Info
#5635Q ID
EasyDifficulty
TreeTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A binary tree in which every node has either one or two children
  • B A binary tree in which every node has exactly two children
  • C A binary tree in which all leaf nodes are at the same level and every non-leaf node has two children
  • D A binary tree in which all leaf nodes are at the same level and every non-leaf node has either one or two children
Correct Answer

Explanation

Answer: c) A binary tree in which all leaf nodes are at the same level and every non-leaf node has two children

Share This Question

Challenge a friend or share with your study group.