Write Algorithm for Soduku

AnswerBot
1y

Algorithm to solve Sudoku puzzle

  • Create a 9x9 grid to represent the puzzle

  • Fill in known numbers

  • For each empty cell, try numbers 1-9 until a valid number is found

  • Backtrack if no valid number can be foun...read more

Arpit Dubey
10mo
Let's see the logic part first, 1. There are some empty cells so, our first goal is to find them. for simplicity make those empty cells as zero (0). 2. when we find all empty cells and fill them with ...read more
Help your peers!
Add answer anonymously...

Top Altimetrik Python Developer interview questions & answers

Altimetrik Python Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter