HomeSort by: relevance | last modified time | path
    Searched defs:adjacency (Results 1 - 2 of 2) sorted by relevancy

  /src/games/boggle/boggle/
bog.c 80 static int adjacency[16][16] = { variable in typeref:typename:int[16][16]
204 adjacency[i][i] = 1;
476 * A cube is only adjacent to itself in the adjacency matrix if selfuse
481 if (adjacency[prev][lm[i]]) {
bog.c 80 static int adjacency[16][16] = { variable in typeref:typename:int[16][16]
204 adjacency[i][i] = 1;
476 * A cube is only adjacent to itself in the adjacency matrix if selfuse
481 if (adjacency[prev][lm[i]]) {

Completed in 21 milliseconds