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.
there is broken encoding in C version of
I tried to solve it but I am having an undefined behaviour when testing, it always succeeds examples but when trying to attempt large scale test scenarios it sometimes fails the tests it made for the example test scenarios which were successful beforehand.Also when I re-attempt it ,it sometimes fails 3, sometimes 2 and sometimes 1 even though the code is untouched between attempts.
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!
This comment is hidden because it contains spoiler information about the solution
No random tests in
CS
Ruby
Missing sample and fixed tests for empty string in almost all languages except C, C++, JS
PHP
No fixed tests
Random tests are not random :(
The test cases for C++ should be more extensive. They don't cover many cases which will only show up for the randomized tests. Otherwise, great Kata!
This comment is hidden because it contains spoiler information about the solution
Lua translation !
C++ fork with some minor improvements:
Please, review and approve/reject
C:
const
-qualifiedfixed here
Loading more items...