Research Article

Adaptive Fault-Tolerant Routing in 2D Mesh with Cracky Rectangular Model

Algorithm 2

Let be a node in a cracky rectangle block, making it hung when it is possible.
Input:   : node is in a cracky rectangle block.
Output:   : , : predecessor of .
 procedure HUNGNODEONFOREST
if   is a or node then
   
   return
else if   is a faulty node then
    
end if
  
check for all until s.t.
 end procedure