Research Article

Enhanced Adaptive Cloudlet Placement Approach for Mobile Application on Spark

Algorithm 2

Center position adaptive identification (MDP, V).
Input:, V
Output: A set of mobile device central positions CCP
Begin
(1) centers CA(MD)
(2)  
(3) for i = 1 to k
(4) do
(5) ( j=1 to U )
(6) add Pos to CCP
(7) end for
(8) return CCP
End