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.
Forgot to remove the obviously egregious comment =P
Looking forward to refining my solution here...comments are very much appreciated!
Hi,
I appear to have some issue with my code...when I run my attempted solution against 'Run Sample Test' or 'Submit'. I get the following output:
Process was terminated. It took longer than 20000ms to complete.
Yet, on my machine my run takes between 2ms to 13ms for any given run, after having run it around 50 times. I'm certain it's something I am doing.., Perhaps I'm doing something wrong with the Testing...I have my solution uploaded to a github repo (along with some test code I wrote), I was wondering if it's something you could have a look at please?
Many thanks!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No problem. Thanks for solving my Kata ;)
Hi there,
Problem was my misunderstanding of the way the testing works, which spun me off course! but that's now been cleared up.
I introduced a bug by adding something undefined after derefercing an iterator after it had gone past the end of the string!
Sorry about the mess on your Discourse page!
Thanks!
Hi,
Ok - sorry about that!
I will have another check on my code, before pasting.
Kind regards.
First of all, don't report an Issue when you have most probably some bug in your solution. You can create a Question.
We can check what's wrong with your solution but we don't see what you have created so far. You need to paste your solution in the comment and don't forget to mark it with the Spoiler flag.
This comment is hidden because it contains spoiler information about the solution