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.
Groovy Translation
My TypeScript solution keeps failing large tests with slightly wrong sum, and sometimes small tests as well, while everything else passes. Any idea what's happening?
This comment is hidden because it contains spoiler information about the solution
Java translation
Would be thankfull if you could help and check it. Thanks
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/227.
Please join the discussion to help us identify duplicate kata and retire them.
This comment is hidden because it contains spoiler information about the solution
random tests in Kotlin generate strings with leading/trailing spaces, or more than one space between words.
No random tests in Java
Description should be language-agnostic
Random tests in Haskell could use some work:
Char
, leading to pairs of strings like"G8\1100651\95058\SUB\\A\b"
and"\n\n"
expected: 0 but got: 3
, with no indication of what the numbers indicate.expected: True but got: False
, which again does not tell the solver what the actual problem is.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Lua translation!
No random tests in
CS
Ruby
Missing sample and fixed tests for empty string in almost all languages except C, C++, JS
Loading more items...