We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #96: Su Doku
You are viewing a single comment's thread. Return to all 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.