Trying to solve Soduko without Recursion

前端 未结 0 1855
时光说笑
时光说笑 2020-11-30 01:58

After many tries, I was able to solve the Soduko in Python with using recursion and this is my code:

board = [[0, 9, 0, 0, 7, 5, 0, 0, 6],
         [0, 0, 0,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题