Ad
  • Default User Avatar

    So the issue still is not solved.

  • Default User Avatar

    Tried it. First of all the size of the initial array is more than 8 but in the description it says it is 8. Second, it expects and returns a number that is not even in the initial given array.

  • Default User Avatar

    I do not know. Is there a way to see the random tests' inputs? Because I can only see the results and the errors, NOT the inputs of the random tests. And by the way only random tests don't pass. All the other tests pass. And as I can see in this discussion many other people had the same issue like I have.

  • Default User Avatar

    Java

    All tests pass except random tests. Think there is an issue with the condition in random tests that doesn't match the condition described in the instruction.

  • Default User Avatar

    using Java by the way.

  • Default User Avatar

    guys can pass all tests except random ones. Any ideas what to do?

  • Default User Avatar

    guys, please give me a hint on how to approach the problem.

  • Default User Avatar

    realized there is a pattern but can't find the formula to that pattern. Any thoughts?

  • Default User Avatar

    As I mentioned the part in this kata that encourages you to write your own tests is good. I agree with that. But still I wrote my tests and everything was ok. But then when I tried to attempt the solution it gave me errors and the message was that It could not recognise the Ghost class even though I imported the class and passed the tests. And by the way I was using Java to solve the problem.

  • Default User Avatar

    Tests were not there. I also wrote my own tests and wrote "Ghost" class and tested them and they all passed but when tried to "Attempt" them, I received errors for no apparant reasons. To be fair I learned about tests and how to write them a little bit and that was good but still I couldn't get it passed for no apparent reasons.

  • Default User Avatar

    Not the best kata that I know of.