Sudoku Quick-Solve is a windows form application that can validate or solve a sudoku puzzle quickly and easily.
Submitted by: Edimar Valentín Kery
Time spent: 8 hours spent in total
The following required functionality is completed:
- User can enter numeric values from 1 to 9 on the Sudoku grid
- User can validate if a Sudoku puzzle complies with the rules on the click event of a button
- User can have the program solve the Sudoku puzzle and output the results
- User can clear the grid if they wish to enter another Sudoku puzzle.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
One of the challenges encountered in this project was to appropiately set up a recursive function that solves the Sudoku with the right helper methods to prevent it from running into a Stack Overflow Exception.
Copyright [2022] [Edimar Valentín Kery]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.