Q69
What are double and single threaded trees?
A.
when both left, right nodes are having null pointers and only right node is null pointer respectively
AnswerB.
having 2 and 1 node
C.
using single and double linked lists
D.
using heaps and priority queues
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board