Ad
  • Custom User Avatar

    Forgot to remove the obviously egregious comment =P

  • Custom User Avatar

    Looking forward to refining my solution here...comments are very much appreciated!

  • Custom User Avatar

    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!

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    No problem. Thanks for solving my Kata ;)

  • Custom User Avatar

    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!

  • Custom User Avatar

    Hi,

    Ok - sorry about that!

    I will have another check on my code, before pasting.

    Kind regards.

  • Custom User Avatar

    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.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution