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.
This comment is hidden because it contains spoiler information about the solution
In C#,
actual
andexpected
are all mizxed up.Random tests' input string structure should not be fixed to below (this makes hardcoding possible)
in
CS
Java
JS
PHP
No random tests in F#
Missing edge cases below:
for
COBOL
CS
Crystal
F#
Julia
NASM
R
Ruby
Rust
Scala
Swift
Haskell fork
Haskell fork with a variety of improvements (see the discourse on the kumite page).
C++ translation
Please, review and approve/reject.
Forked the Haskell translation to add random tests. The existing translation only had a single, fixed test case (!!!) which matched the sample test case, leading to trivial solutions like this.
Haskell fork
This comment is hidden because it contains spoiler information about the solution
Lua translation !
For F# the description requires "Hi, i'am {firstName} {lastName} and it is nice to meet You."
But tests require different format "Hi, i'am {firstName} {lastName} and is nice to meet You."
(Test is missing "it" after "and")
This comment is hidden because it contains spoiler information about the solution
F#: Missing random tests
At least one of the characters with code 91-96 should be tested in the fixed cases in all languages, to invalidate lazy solutions.
Loading more items...