Package io.github.skenvy


package io.github.skenvy
  • Classes
    Class
    Description
    An individual cell in the whole grid.
    A collection of cells ~ can be a row, column, or box|region|block.
     
     
    A Sudoku Grid ~ the whole "board" with N rows, columns, and boxes.
    A JFrame implementation of a GUI to use the Sudoku class to solve puzzles.
    A stubbed utility class that is WIP.