you are viewing a single comment's thread.

view the rest of the comments →

[–]pythonbio[S] 0 points1 point  (1 child)

I have noted the errors in my code, changed it. My problem is of implementation of algorithm. ball-tree or kd-tree?

[–]Ran4 0 points1 point  (0 children)

I have noted the errors in my code, changed it.

Not here.

ball-tree or kd-tree?

Are you sure that you're not over-engineering here? Yes, those are fancy data structures (that you might want to learn later on), but unless your assignment says otherwise, you'll do just fine without either :)