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.
Oh I actually didnt think about that thank you and yes it is c#
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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you very much
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
This comment is hidden because it contains spoiler information about the solution
Can I post my code here and could you tell me what the problem is? (Edit) Actually nvm I wann find it myself, thank you very much!
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
I am kinda stuck atm, it I get the error "UndefinedBehaviorSanitizer:DEADLYSIGNAL" and I have no idea what that means and dont find anything that helps me to solve this. Any idea?