Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
So the issue still is not solved.
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.
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.
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.
using Java by the way.
guys can pass all tests except random ones. Any ideas what to do?
guys, please give me a hint on how to approach the problem.
realized there is a pattern but can't find the formula to that pattern. Any thoughts?
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.
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.
Not the best kata that I know of.