Vidyalelo
Data Structure · Q193

Binary Search Trees(B Tree)

Programming · Data Structure · question 193

Q193

In general, the node content in a threaded binary tree is . . . . . . . .

A.
leftchild_pointer, left_tag, data, right_tag, rightchild_pointer
Answer
B.
leftchild_pointer, left_tag
C.
leftchild_pointer, left_tag, right_tag, rightchild_pointer
D.
leftchild_pointer, left_tag, data

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board