Project Euler #96: Su Doku

  • + 0 comments

    Can we improve time limit ? For project Sudoku? My code is optimizable by changing depth of search 3 to 4 and by changing how many sudoku depth we search in each guess

    I optimized my code, it runs at least 14-17 / 20 BUT and times out the rest No wrong answer Some times my code times out in test1, 19, sometimes it times out in test3, 4

    I would say my code is running 100%, but timing is not letting that.