Q193
In general, the node content in a threaded binary tree is . . . . . . . .
A.
leftchild_pointer, left_tag, data, right_tag, rightchild_pointer
AnswerB.
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