class Sudoku::Solvers::ColumnSolver

Defined in:

sudoku/solvers/column_solver.cr

Class Method Summary

Class Method Detail

def self.solve!(column : Sudoku::Components::Column) #

This can be optimized later if need be. We can loop once to a) gather the values of tiles which have them set and b) gather the tiles that don't have values. Then we would only loop over the unsolved tiles for the second loop.


[View source]