Research Article

Approaches to Addressing Service Selection Ties in Ad Hoc Mobile Cloud Computing

Algorithm 2

Multidynamic algorithm.
Set parameters (p, rt, r)
Input consumers required QoS
  Call normalization
  Set weights
Calculate score
  if Ss(Score) > 1 then
call DP
Print Ss(Sortestroot)
  else
print Ss(score)
  end if
end.