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.
.
Could you not promote your inefficient solutions? After seeing that somebody upvoted this as a BP people may actually think that an
O(n^2)
algorithm is a best practive in solving a linear task.Very nice 6 kyu kata. I like that you included library.
.
Thanks!
Great Kata!
You should return 0 if the array is empty or all numbers are negative.
The highest possible sum of consecutive numbers within a list.
Index is counted from the beginning of every word (so the first character of every word is always uppercase).
Nice kata, learned some new stuff. Couldn't figure out how to get around the missing argument.
Not kata issue.
Hint:
/
is different between Python 2 and 3 ;-)Integer result is expected in C#, but it's not specified how it should be rounded.
Ahh, I see. / works differently in Python 2 vs Python 3.
You're doing integer division in Python.
You're doing integer division in Python.
Loading more items...