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.
I can't rewrite all tests.
Issue is resolved.
This comment is hidden because it contains spoiler information about the solution
Changed to:
array = new int[]{1000, 1000};
numOfPairs = 1;
Fixed, now value range is: 0-1000 and array length is: 0-1000.
First there was max
max value 100
andmax length 100
, then i changed it both to 1000. Now I don't know what can be found in that random arrays. I will change tests as @Blind4Basics suggested.I guess I don't know how to write tests.
ok, ok I added random third parameter.
Added.
Fixed. I left third value same as in your code.
One question. This is my first kata.
Do I need to fork your solution if I want to make some changes on kata?
This comment is hidden because it contains spoiler information about the solution
Thanks for advice and update. :)
Loading more items...