Google News
logo
MongoDB - Quiz(MCQ)
Which of the following pattern is best for static trees that do not change?
A)
Root
B)
Child
C)
Parent
D)
None of the above

Correct Answer :   None of the above


Explanation : The Nested Sets pattern provides a fast and efficient solution for finding subtrees but is inefficient for modifying the tree structure.

Advertisement