Finding users near other user

Posted by Bunny Rabbit on Stack Overflow See other posts from Stack Overflow or by Bunny Rabbit
Published on 2012-03-22T17:07:34Z Indexed on 2012/03/22 17:30 UTC
Read the original article Hit count: 135

Filed under:

what algorithms should I explore to implement a feature which lets a user find other user located near him , the latitude and the longitudes of all the user are known in advance and are fixed [not dynamic]. Also i believe that there should be a better way to store such data then simply storing the lat , long of the user against his user id in a database.What are the efficient ways to handle this ?

© Stack Overflow or respective owner

Related posts about algorithm