Skip to content

Instantly share code, notes, and snippets.

@mdelaurentis
Created May 31, 2010 17:58
Show Gist options
  • Save mdelaurentis/420084 to your computer and use it in GitHub Desktop.
Save mdelaurentis/420084 to your computer and use it in GitHub Desktop.
if(table[i][k].contains(p.tail.substring(0,1)) &&
table[k+1][j].contains(p.tail.substring(1, 2))){
table[i][j] += p.head;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment