Tip 0: consider the graph where processing stations are nodes and there is an edge (a,b) when there is a walkway. Tip 1: there are two ways to tackle this problem, looking at the properties of the graph or using a graph algorithm. Tip 2: how many edges are there? What are the properties of such graphs? Tip 3: Make examples...