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.
It has
4
places but since you start counting at0
yourinitials[4]
is already out of bounds.Not a kata issue.
I'm not sure why exactly, but modifying
initials[4]
causes this. You shouldn't be modifying data out of bounds :PIn what language?
Knowing your code would also help to find problems in your solution.
OP solved it, closing
This comment is hidden because it contains spoiler information about the solution