BenjaminChambers / SudokuSharp

A C# library for working with Sudoku puzzles
MIT License
3 stars 3 forks source link

Have Find methods return enumerators rather than enumerables #27

Closed BenjaminChambers closed 5 years ago

BenjaminChambers commented 5 years ago

Lazy computation means you will only compute the values you actually want

BenjaminChambers commented 5 years ago

Fixed in several locations, good enough for now