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.
Add more test cases for various data types??
Same issue here.. process timing out..
Same issue here.. Any suggestions?
Getting this error "Process was terminated. It took longer than 6000ms to complete" if the get_mean function returns nil
So my basic code and tests are working fine. But I am having issues/unclear about the logic for
how to convert numbers 101129453440100 -> AB29453440100
or 100000000000 -> A0000000000
Can anybody help me.. this is the last thing I need do complete!
All but the last test case if passing. For the last test case I am getting -e:5: stack level too deep (SystemStackError)
There are contrasting errors on this Kata
Passed [], 0 an empty array should be equal to zero for this method - Expected: true, instead got: false
Passed [], 0 an empty array should be equal to zero for this method - Expected: false, instead got: true