Robin JhaforRobin Jha's learning curvewhoisrobinjha.hashnode.netยทDec 26, 2022Solve Sudoku - BacktrackingIntroduction Sudoku is a popular number puzzle where the goal is to fill in a 9x9 grid with numbers from 1 to 9 such that each row, column, and 3x3 block contains all of the numbers from 1 to 9. Approach We can use a backtracking algorithm to find a ...55 readsWeMakeDevsAdd a thoughtful commentNo comments yetBe the first to start the conversation.