freeCodeCamp challenge: sudoku solver

Tell us what’s happening:
How do you expect me to do this? :crying_cat_face:

The logic itself seems impossible to me. Can anyone help me by sending a basic tutorial link regarding this thing?

Why does it have to be that tough? :sob:
Your code so far
:crying_cat_face:

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36.

Challenge: Sudoku Solver

Link to the challenge:

Hey Krishna,

yes, the sudoku solver is a hard one!

How about:

  1. reading up on how sudoku exactly works: https://en.wikipedia.org/wiki/Sudoku
  2. gaining some momentum by sorting the user stories by “How high is the probability that I can solve this user story now?”; e.g. I think you are able to solve this one If the puzzle is not 81 numbers or periods long, append the message "Error: Expected puzzle to be 81 characters long." to the error-msg div so the text appears in red.
2 Likes

Thanks. I get it now. Looking at the problem step by step is the key :+1:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.