Research Article

A Hybrid Location Privacy Solution for Mobile LBS

Algorithm 6

Min_Dist.
(1) Function: Finding location with minimum distance
(2) Let MIN represents the minimum element of the list,
     foreach  element of   do
(3)           while    do
(4)       if then
(5)       
(6)        ;
(7)         end
(8)         else
(9)       ;
(10)       end
(11)   end
(12)   return MIN;
(13) end