Q. What is a complete binary tree?

  • (A) Each node has exactly zero or two children
  • (B) A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left
  • (C) A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right
  • (D) A tree In which all nodes have degree 2
πŸ’¬ Discuss
βœ… Correct Answer: (C) A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
642
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate