• + 1 comment

    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?