+ 1
Challenge- Make a Sudoku Solver
The User Inputs Some Number In a 9x9 grid and the program solves the rest
3 Respostas
+ 5
Doing that in c++ would be a mess in SoloLearn because of the input system and the console.
And even in web it would be way too... "long" for a challenge if you want my opinion
First simply because you have to calculate how many numbers are enough before the grid is forced
+ 3
SoloLearn's c++ input may be challenging :/