dam
Class Main

java.lang.Object
  extended by dam.Main

public class Main
extends java.lang.Object

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

Main

public Main()
Method Detail

fillArray

public static void fillArray(boolean which)
fillArray(boolean)

Parameters:
which - true fills randomBoard, false fills diagonalArray

problemSolution

public static void problemSolution(Node first)
problemSolution(Node)

Parameters:
first - node (default position)

main

public static void main(java.lang.String[] args)
main()

Parameters:
args - the command line arguments