Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. else{
  2.                 exploreNeighbours(r,c);
  3.                 node_left_in_layer--;
  4.                 if(node_left_in_layer == 0){
  5.                     node_left_in_layer = nodes_in_next_layer;
  6.                     nodes_in_next_layer = 0;
  7.                     move_count++;
  8.                 }
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement