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.
Hi, look at the translation.
Translation Dart
Lua translation ready for review !
Duplicate of this
Description should be language-agnostic
Go Translation
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.
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
Loading more items...