Java translation
approved :]
Haskell translation
need help on this kata counting repeats can someone help me out
Consecutive repeats, there can be two e in the string if they're not consecutive. See the second example in the kata's description.
('abcdeefee'),2) how so? there are 3 e to remove, but it is saying 2
C++ Translation
Approved
python new test framework is required. updated in this fork
Empty string and single-letter string should be added into fixed tests.
Otherwise, description should state that they won't be tested.
Nice kata,but I think it would require some harder random tests that would only pass with some optimization to deserve its 6 kyu ranking. I find my solution very 'bruteforcelike' and it succeeds however.
Fixed
@anter69 could you check sailskisurf23 post above if you can edit this kata description?
Not editable if you don't create it as an issue (unless the author does it).
Loading collection data...
Java translation
approved :]
Haskell translation
need help on this kata counting repeats can someone help me out
Consecutive repeats, there can be two e in the string if they're not consecutive. See the second example in the kata's description.
('abcdeefee'),2) how so? there are 3 e to remove, but it is saying 2
C++ Translation
Approved
python new test framework is required. updated in this fork
Empty string and single-letter string should be added into fixed tests.
Otherwise, description should state that they won't be tested.
Nice kata,but I think it would require some harder random tests that would only pass with some optimization to deserve its 6 kyu ranking. I find my solution very 'bruteforcelike' and it succeeds however.
Fixed
Fixed
@anter69 could you check sailskisurf23 post above if you can edit this kata description?
Not editable if you don't create it as an issue (unless the author does it).
Loading more items...