/Sudoku-Solver

Create a sudoku solver the first weekend of Dev Bootcamp. This solution solves any and all valid boards including a blank board.

Primary LanguageRuby

Sudoku-Solver

The first weekend of Dev Bootcamp I created a sudoku solver with my pair partner Mary Bayliss. It was difficult but we were able to create a program that can take any sudoku board input(as a string) and solve it on a 9x9 grid. It even solves an empty board.