Skip to main content
. 2016 Sep 28;16(10):1487. doi: 10.3390/s16101487
Algorithm 3 CSFR-M
1:   f: the failed node; Mf: the node connectivity materiality; PCf: the node partition character
2:   if 1<Mf then
3:    if there are orphan nodes after the failure then
4:     the orphan which is nearest to node f will be chosen and move to replace it
5:    else
6:     if 1<Mf< then
7:      Algorithm 2 CC-link establishment
8:      if receiving the announcement then
9:       the neighbors Nf with minimum number of neighbors will be chosen to replace f
10:      end if
11:     else
12:      if PCf>2 Then
13:       the neighbors Nf with minimum number of neighbors will be chosen to replace f
14:      else
15:       Algorithm 2 CC-link establishment
16:       if receiving the announcement then
17:        the neighbors Nf with minimum number of neighbors will be chosen to replace f
18:       end if
19:      end if
20:     end if
21:    end if
22: end if