I assume you’re here because I posted something you liked or something that rustled your jimmies. Either way, feel free to PM me about it. Element: @pinkbow:cutefunny.art
0 Posts
1 Comment
Joined 1 year ago
Cake day: June 21st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Program that inputs a completed Sudoku board. To keep it simple the input will be a single string that contains the digits for each row (top to bottom, left to right). First read the data into an appropriate structure, Next, print the board to the console. Finally, verify whether it’s solved correctly. Bonus: List mistakes.
Program that inputs a completed Sudoku board. To keep it simple the input will be a single string that contains the digits for each row (top to bottom, left to right). First read the data into an appropriate structure, Next, print the board to the console. Finally, verify whether it’s solved correctly. Bonus: List mistakes.