brokenamboy
New member
- Joined
- Oct 6, 2021
- Messages
- 2
- Programming Experience
- Beginner
Hi All,
I am relatively new to C# and coding as a whole and currently attempting to create a program for my project of a "sudoku solver." The problem I am running into is the user inputting their numbers into a grid of a 9x9 text boxes and going about coding solving the entire grid. I have tried a 2D array and its not quite displayed as I would like it and doesn't provide a simple UI for somebody to input the values. The program also uses backtracking; does anybody have an idea of where to start and if so it would be a great help if you could point me in the right direction!
I am relatively new to C# and coding as a whole and currently attempting to create a program for my project of a "sudoku solver." The problem I am running into is the user inputting their numbers into a grid of a 9x9 text boxes and going about coding solving the entire grid. I have tried a 2D array and its not quite displayed as I would like it and doesn't provide a simple UI for somebody to input the values. The program also uses backtracking; does anybody have an idea of where to start and if so it would be a great help if you could point me in the right direction!