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.
When solving using C#
35 is a perfect power
Expected: not null
But was: null
Description is confusing could be improved:
It could be explained in many ways, but these two descriptions should reduce the confusion:
"How many operations of addition we need to reach a sum which is equal to or greater than the given number (k)
while adding only the next smallest number from the array."
"What is minimum length of the sub-array whose sum is equal to or greater than the given number (k)"
(Optionally: given the elements of the array are non-descreasing.)
Could you please suggestion what should the random tests test?
The description is updated.
Thank you,
I have corrected them.
Thanks for you feedback,
I updated the description with these:
If there number is 912 or 127 or 833:
912 := [9,7,5,3,1]
127 := []
833 := [8 5]
Now it is marked as resolved.
It is resolved.
I removed the '(s)' from the description, 's' was meant to represent the argument.
Corrected these.
Just added them.
Try using regex :)
I don't understand why is failing in the 11th test!
Is there an issue with the test cases?
Loading more items...