Board.new(board_length)
For example:
board = Board.new(8, required_answers: 2, filled_character: "Q")
board.solve
- Make it faster.
- Clean code.
- Found other solutions.
- Write a small document and usage in README
Board.new(board_length)
For example:
board = Board.new(8, required_answers: 2, filled_character: "Q")
board.solve