Quality Assurance Projects - Sudoku Solver

Tell us what’s happening:

Sudoku Solver : I completed the /api/solve route yesterday and submitted code as completed. All tests passed except for the api/solve route. I completed the api/check route today. Today no tests are passing for either api/route. I have not coded the unit and functional tests yet. I have tried puzzles and the solver works ok for solvable and none solvable puzzles. I have tested the api/check route and all my tests work ok . Code: GitHub - PetrosaMan/suduko-solver: Solves a 9 X 9 suduko square

###Your project link(s)

solution: http://localhost:3000

githubLink: GitHub - PetrosaMan/suduko-solver: Solves a 9 X 9 suduko square

Your browser information:

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

Challenge Information:

Quality Assurance Projects - Sudoku Solver

My solution code link is: (GitHub - PetrosaMan/suduko-solver: Solves a 9 X 9 suduko square)

Ok ran the app just now and all but two of the routes test requirements passed. Had to add an if statement to region test to return true if existing coodinate value == value provided there is no “conflict”.
I need to complete the unit and functional tests now.

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