BenjaminChambers / SudokuSharp

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

Replacing static data structures in Location #15

Closed BenjaminChambers closed 7 years ago

BenjaminChambers commented 7 years ago

Replacing static data structures in Location with int[] cast to IReadOnlyList

BenjaminChambers commented 7 years ago

This solves #8