Challenge- Make a Sudoku Solver | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Challenge- Make a Sudoku Solver

The User Inputs Some Number In a 9x9 grid and the program solves the rest

10th Oct 2017, 2:53 PM
Utkarsh Gupta
Utkarsh Gupta - avatar
3 Answers
+ 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
10th Oct 2017, 3:59 PM
Dapper Mink
Dapper Mink - avatar
+ 3
SoloLearn's c++ input may be challenging :/
10th Oct 2017, 4:16 PM
Kirk Schafer
Kirk Schafer - avatar