You are viewing a single comment's thread. Return to all comments →
Not sure that my solution is right, but:
n = 14: it takes nearly 4 to 5 seconds to compute all queens n = 15: it takes nearly 39 seconds to compute all queens
If I am right, then, my solution should pass all tests for all integers in range [8, 14], not for 15.
Is it correct that #5 testcase use 14 as input?
Seems like cookies are disabled on this browser, please enable them to open this website
Super-Queens on a Chessboard
You are viewing a single comment's thread. Return to all comments →
Not sure that my solution is right, but:
n = 14: it takes nearly 4 to 5 seconds to compute all queens n = 15: it takes nearly 39 seconds to compute all queens
If I am right, then, my solution should pass all tests for all integers in range [8, 14], not for 15.
Is it correct that #5 testcase use 14 as input?