Skip to main content
. 2021 Feb 17;21(4):1400. doi: 10.3390/s21041400
Algorithm 2: Data categorization by cloud.
Input: List of the request of vehicle L1
Output: L2 and L3 safety and non-safety list of requests.
 1.   for (i=1;i<=lengthofL1;i++)
 2.   if (L1i= (“ambulance”, “hospital emergency”, “police helpline”, “rescue” ))
 3.   Assign L1i=L2
 4.   else assign L1i=L3
    End if
 5.   Return L2 and L3
    End of for