Research Article

A Novel Efficient Data Gathering Algorithm for Disconnected Sensor Networks Based on Mobile Edge Computing

Algorithm 2

Stratifying network.
Input: , set of representative node
   , a set represent the convex hull of
Output: the layer of disconnected segments
begin
 layer ← 1
while is not empty
  ← find the convex hull of
  
  for each i∈A′do
   mark segment i with layer
  end for
  layer++
end while
end