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.
Please say which language you're using. I guess it's C# but I should not have to guess, and I cannot be sure. Make things easier for people inclined to help you.
Re-raised by OP above.
Please see language reference, section on "Iterator validity".
Do you know what iterator invalidation is? After calling
insert
, iteratorj
may become invalid and does not point to a valid position in the string anymore. Further attempts to use it cause crashes.Yes, you can: https://docs.codewars.com/training/troubleshooting#post-discourse
It means that your code has a bug and causes solution to crash. It's difficult to tell exactly why without seeing your code, but some ideas can be found here: https://docs.codewars.com/training/troubleshooting#appendix-errorcodes