educative.io

Why not use geohash algorithm for this exercise?

Why the idea with QuadTree is somehow similar to the geohash algorithm, I would still consider geohash as the best way to design a search by proximity system as it transforms this problem to the prefix search wich is easier to implement and scale.

3 Likes

I was thinking the same… do you have resource for geohash proximity server storage?