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.
I suggest specifying how to sort if the sort key is not unique. I got this random test:
Expected: [[[99, [58, 39], 31, 19], 40, 3], 85, 46, [27, [17], 2], 2]
But was: [[[99, [58, 39], 31, 19], 40, 3], 85, [27, [17], 2], 46, 2]
Scala translation
Prolog translation
C++ Translation
Java translation
Shell Translation
In JS (at least):
This solution utilizes a special character in a way such that if that char was present in the input string, the code would fail.
Complete testing should include all special characters to defeat solutions of this catagory.
Description should be language-agnostic
Should give example tests for capital letters
Any way to print something in nasm ? Got segmentation errors on the random tests but i'm unable to reproduce them in my own test cases
This comment is hidden because it contains spoiler information about the solution
Missing corresponding imports in Python for real and sample tests
A bunch of issues in R translation (detected by Pluue):
return FALSE
passes all random tests.return TRUE
passes all performance tests."All column titles will be uppercase."
This isn't true, PHP random tests include all sorts of strings (and also expect a valid result from them)
string(4) "Kzu8"
Failed asserting that 211450 matches expected 233914.
Expected: 233914
Actual : 211450
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...