“…1: n = All N odes 2: cx = Center node X − axis 3: cy = Center node Y − axis 4: for i = 1 to n do 5: x = ith node X − axis else if x ≥ cx and y ≤ cy then 10: Next forwarder (x, y + +) , (x − −, y), (x − −, y + +) 11: else if x ≤ cx and y ≥ cy then 12: Next forwarder (x, y − −) , (x + +, y), (x + +, y − −) 13: else if x ≥ cx and y ≥ cy then 14: Next forwarder (x, cy − −) , (x − −, cy), (x − −, y − −) 15: end if 16: end for…”