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.
This comment is hidden because it contains spoiler information about the solution
this is not a best practice, the code is not very readable, I used to think the shortest answers were the most clever but try working on a whole program written like this, you'd struggle to find out what it's doing...
instructions wanted you to use regular expression btw
instructions wanted you to use regular expression btw
you need to optomize your code more, I had to litereally re-do the same code 4 times before it worked but the learning experience was great, i'm more cognizant of what works best for efficiency than before. It took me ages but eventually I got it. I suggest take a break then come back to it the next day, thats how I got new ideas.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
this is def not 6kyu... should be 8 or 7.5 :)