InterviewSolution
Saved Bookmarks
| 1. |
What is the depth of the root node of K-ary tree?(a) 2(b) 1(c) 0(d) 3My question is taken from K-ary tree in section Trees of Data Structures & Algorithms IThe question was asked during an internship interview. |
|
Answer» Right option is (c) 0 |
|