Hello there.
Lets supose i have a Map<String, Object> and this object has X Y Z.
Given a X Y Z, i want to find the closest objects to me within a range for example.
For now im looping thro all objects to find the ones i want.
What would be the best search algorith to implement this ?
Thanks alot for your attention !