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.
Yeah, probably should've done that with dictionary instead.
This comment is hidden because it contains spoiler information about the solution
I wonder how such solution compares in speed to String.Replace() method.
The fastest way i know of.
Damn, really clever solution. Mine is very naive in comparison.
On the other hand you initialsed your array in a more concise way. :)
(Polish)Z drugiej strony powinienem zwięźlej zainicjalizować tablicę tak jak ty.