Interface ISudoku

All Known Implementing Classes:
SudokuDLX

public interface ISudoku
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getGiven(int x, int y)
     
    long
     
    long
     
  • Method Details

    • getGiven

      int getGiven(int x, int y)
    • getRatting

      long getRatting()
    • getSeed

      long getSeed()