Ad
  • Default User Avatar

    The instructions and test cases don't seem to match. From the instructions:

    The final solution string value is made up of the remaining character from the original string, once originalstring.length == 1.

    But in the test cases, there are some solutions that have a final string of length 0.