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.
This comment is hidden because it contains spoiler information about the solution
I agree, this needs to be listed as 9 Kata
hope u can do it other way without using find or index function by ordering the list by order a,b,c,d,e,f n use for loop for constant result
my guess would be that you edited the test code
there is a problem with the first test, it told me this:
Time: 445ms Passed: 3Failed: 1Exit Code: 1
Test Results:
Fixed Tests
Basic Test Cases
'found the needle at position 3' should equal 'v 3'
Test Passed
Test Passed
Test Passed
Completed in 0.05ms
Completed in 0.10ms
checkout --->should equal 'v 3'<---, only running it by "attemp" worked
Java:
Missing fixed tests
Should use assertion messages instead of console logging
Enabled in this fork
the random tests were just numbers.
now strings, numbers, booleans
fork python
If you want to say that the kata needs to be fixed, you have to say what is wrong with it, and in what language, and what should be changed.
That's not a proper kata issue. Closing.
NOTE: DO NOT DO THE TEST!!!! It's horrible
(🤖)
This comment is hidden because it contains spoiler information about the solution
Shouldn't random tests be random and contain different types of data than just numbers?
Looks like I picked the wrong category
Loading more items...