|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdam.Main
public class Main
class Main
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static void |
fillArray(boolean which)
fillArray(boolean) |
static void |
main(java.lang.String[] args)
main() |
static void |
problemSolution(Node first)
problemSolution(Node) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void fillArray(boolean which)
which
- true fills randomBoard, false fills diagonalArraypublic static void problemSolution(Node first)
first
- node (default position)public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |