What is the worst case of finding the nearest neighbour?
A. O(N)
B. O(N log N)
C. O( log N)
D. O(N3)
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order
A. O(N)
B. O(N log N)
C. O( log N)
D. O(N3)
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion