Research Article

Social-Aware Task Allocation in Mobile Crowd Sensing

Algorithm 1

Native greedy selection algorithm (NGS).
Input:: social network, : seed set size,
    : task set, : candidate seeds.
Output: a set of seeds.
1: ;
2: while
3:  fordo
4:    ;
5:    ;
6:  end for
7:  delete the completed tasks from ;
8: end while
9: return;