| Modifier and Type | Class and Description |
|---|---|
static class |
Problem11.Dir |
| Modifier and Type | Field and Description |
|---|---|
static long[][] |
GRID |
static int |
SEQ_LEN |
| Constructor and Description |
|---|
Problem11() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
protected static long[] |
seqDown(int length,
int baseX,
int baseY) |
protected static long[] |
seqNegSlope(int length,
int baseX,
int baseY) |
protected static long[] |
seqPosSlope(int length,
int baseX,
int baseY) |
protected static long[] |
seqRight(int length,
int baseX,
int baseY) |
protected static long[] |
sequence(Problem11.Dir dir,
int length,
int baseX,
int baseY) |
public static final long[][] GRID
public static final int SEQ_LEN
public static void main(String[] args)
args - unused.protected static long[] seqDown(int length,
int baseX,
int baseY)
protected static long[] seqNegSlope(int length,
int baseX,
int baseY)
protected static long[] seqPosSlope(int length,
int baseX,
int baseY)
protected static long[] seqRight(int length,
int baseX,
int baseY)
protected static long[] sequence(Problem11.Dir dir, int length, int baseX, int baseY)
Copyright © 2014 Cote Lab. All rights reserved.