OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adjacency
(Results
1 - 1
of
1
) 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]]) {
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025