Data Structure Tree Question #5640
Single Choice Easy

QWhat is a threaded binary tree?

ID: #5640 Tree 168 views
Question Info
#5640Q ID
EasyDifficulty
TreeTopic

Choose the Best Option

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

  • A A binary tree that allows for easy traversal of its nodes without requiring a stack or queue
  • B A binary tree in which every node has exactly two children
  • C A binary tree that uses threads (pointers to other nodes) to connect certain nodes, making traversal faster
  • D A binary tree that is not binary search tree
Correct Answer

Explanation

Answer: c) A binary tree that uses threads (pointers to other nodes) to connect certain nodes, making traversal faster

Share This Question

Challenge a friend or share with your study group.