ajithvemasani / gamma

0 stars 2 forks source link

Possible number for row #18

Closed Drucephus closed 3 days ago

Drucephus commented 1 week ago

Done is when a function returns an array of possibilities for each cell based on row.

ajithvemasani commented 1 week ago
sequenceDiagram
    User->>+Sudoku Master: Inputs a board 
    Sudoku Master->>+System: Validate the board
    System-->>-Sudoku Master: Acknowledge validation
    System->>+Sudoku Master: Return possibilities of each cell based on row