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.
Welldone bro
Nice job, but this function doesn't check if "#" already exists in the source string.
nice kata
In groovy it seems to be generating random tests of strings that are not divisible by 8 - is this intended and we need to code to remove incomplete bits (but then... how do we know where which bit starts and ends and what is valid?). Seems like an error.
My code passes fixed tests but not random because of this.
nice , good job, bro
Which edge cases are you talking about exactly?
nice solution, but all edge cases are not met.
This comment is hidden because it contains spoiler information about the solution
Nice!
You need to return a free-able string.
I added an approproate note to the solution setup.
In C, although it passes the fixed tests, it fails at random ones with the following error message:
approved.
Python fork
ascii_lowercase + ascii_uppercase + digits + punctuation
) to better complement fixed testsThis comment is hidden because it contains spoiler information about the solution
JS
chai
/assert
should be usedPython new test framework should be used
Ruby 3.0 should be enabled
Loading more items...