189190191192193194195196197198199
while (i < 800)//TODO! Add limit to cfg { Node node; try { node = to_visit.removeFirst(); } catch (Exception e) { // No Path found return null;