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 - 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
Indexes created Thu Sep 25 15:09:46 GMT 2025