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
To implement this suggestion, the description
will also have to be changed into
Given the task here is to restore an "eggcoded" string to its original string.
So eggcoding
"no egg"
give us"neggo egegggegg"
, restoring it will give us back"no egg"
.I think
"neggo egg"
is an invalid input -- there are no original string that maps to it.Approve me too ;-)
hm... didn't think that such a simple pattern would work. but okay i guess.
This comment is hidden because it contains spoiler information about the solution
Enabled in this fork
kata retired.
This is not an issue with the kata, this is an issue with your code. The input that you're failing on is not
123
, look more closely.This comment is hidden because it contains spoiler information about the solution
A simple but very interesting Kata. Grate job with the test cases. :D
Kata description should not contain external links, all information && requirements should be contained within, and if any other information is required due to a lack of knowledge or understanding, then it is up to the solvers to dig the info themselves (very easy these days ~~ ^^
First Google Search Result
I would suggest to include links to learn the topics that are labeled.
Any recomendation on a good resource on java regex topic?
Loading more items...