Class NPuzzleProblem


  • public class NPuzzleProblem
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[][] getBoard()  
      int getDim()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NPuzzleProblem

        public NPuzzleProblem​(int[][] board)
      • NPuzzleProblem

        public NPuzzleProblem​(int dim,
                              int seed)
    • Method Detail

      • getBoard

        public int[][] getBoard()
      • getDim

        public int getDim()