Page 1 of 1

What is the run time of finding the nearest neighbour in a k-d tree?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(2+ log N)
b) O( log N)
c) O(2d log N)
d) O( N log N)