Thank you, your video is the first one I found that truly explains how to find deterministicly find the nearest neighbour, and not just probabilisticly.
@erik....3 жыл бұрын
Thanks, best k-d tree video I've found so far.
@ayoubrayanemesbah884511 ай бұрын
you are the best , you have explained the algorithm as simple as possible ,one day inshaa lallah i'll be able to expalined as good as you
@Jeremylinnn5 жыл бұрын
Thank you Josh! That's a very clear and detailed explanation :)
@klausdupont63353 жыл бұрын
Very clear explanation especially on pruning the unpromising spaces! Thanks!
@MONST3R685 ай бұрын
Hi Josh, I think we should check the RIGHT SIDE of C ... what if C and E are really close?
@karlrombauts49094 жыл бұрын
This is such a clear explanation! Thank you very much :)
@theendurance4 жыл бұрын
such an intuitive explanation to a complex data structure. thanks
@deeppant28664 жыл бұрын
That was really good. Even made fun following the video
@smallsdoor4 жыл бұрын
Great video, thank you, Josh
@weiranfu48315 жыл бұрын
Thanks Josh!
@gigabytechanz9646 Жыл бұрын
Very interesting!
@patrice91972 жыл бұрын
Hello Josh! I'm trying to figure out now for over 20h how I could implement the down-up step recursively. Doing the up-down is kinda easy but when I wanna walk up and check the other nodes recursively, I always end in an endless recursion loop. Could you provide me a pseudo code for the down-up step? That would totally make my day! :)
@scm5342 жыл бұрын
12:33 Hi Josh.. what are you trying to say here? very confused.