Class SudokuDLX

  • All Implemented Interfaces:
    ISudoku

    public class SudokuDLX
    extends java.lang.Object
    implements ISudoku
    • Constructor Summary

      Constructors 
      Constructor Description
      SudokuDLX​(java.lang.Long seed)  
    • Constructor Detail

      • SudokuDLX

        public SudokuDLX​(java.lang.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​(java.lang.String[] args)