Draft

Run-length Encoding

Description
Loading description...
Strings
  • Please sign in or sign up to leave a comment.
  • wneumann Avatar

    In addition to adding sample test cases, you should add some random tests to the main test suite to keep people from just submitting special case solutions for the fixed inputs.

    Also, adding a variant for Swift 4 would be very welcome.

  • wneumann Avatar

    You have no sample tests at the moment, all you have is the default test that always passes if the submitted code compiles. You should really add your current test cases to the sample tests so people attempting the problem have something to work with (though you may want to save the empty input string for the hidden tests).