• Custom User Avatar

    Thank you, I sorted my problem out, just running out of time now, so I need to optimize.

    Running through up to and including Test25. So just the last 3 tests to conquer.

  • Custom User Avatar

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

  • Custom User Avatar

    In Java, in both the "Run Test" and "Submit" I get the same problem, the Arrays.toString() passes the address pointer, not the contents as string.

    When I submit, the Fixed Tests give the problem, but the 100 random tests are all successful.

    test(GapInPrimesTest)
    Fixed Tests
    expected: but was:<[J@1fa21536>
    test1(GapInPrimesTest)
    100 Random Tests
    Test Passed
    1 Passed
    1 Failed
    0 Errors
    Process took 3551ms to complete
    

    Any solution for me?

    BTW: a nice chalenge, with a fast solution depending more on logic than calculation.

  • Custom User Avatar

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