Examveda

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

A. leftchild_pointer, left_tag, data, right_tag, rightchild_pointer

B. leftchild_pointer, left_tag

C. leftchild_pointer, left_tag, right_tag, rightchild_pointer

D. leftchild_pointer, left_tag, data

Answer: Option A


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)