InterviewSolution
Saved Bookmarks
| 1. |
What is the priority of a null node?(a) 1(b) 0(c) random number(d) infinityMy doubt is from Binary Trees in division Binary Trees of Data Structures & Algorithms II got this question in an online quiz. |
|
Answer» The correct answer is (d) INFINITY |
|