Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    testBestMatchBigRandom needs to have the test assertion rewritten: if test failed it returns Test failed without providing any feedback.

  • Custom User Avatar

    When I attempt to pass the full test suite I get the same error for all the test cases.
    I looks like it's a bug in the test class, or some misleading info.

    java.lang.ArrayIndexOutOfBoundsException: 1

    at QueensAndKingsTest.isOptimalMatch(QueensAndKingsTest.java:163)

    at QueensAndKingsTest.testBestMatchSingleSolution(QueensAndKingsTest.java:25)

    (…)