Class SudokuDLX

    • Constructor Detail

      • SudokuDLX

        public SudokuDLX​(Long seed)
    • Method Detail

      • getRatting

        public long getRatting()
        Specified by:
        getRatting in interface ISudoku
      • getSeed

        public long getSeed()
        Specified by:
        getSeed in interface ISudoku
      • getGiven

        public int getGiven​(int x,
                            int y)
        Specified by:
        getGiven in interface ISudoku
      • print

        public void print()
      • main

        public static void main​(String[] args)