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.
Have yet to solve, but maybe there's some riddle to 'return the name of a man who will drink'? Maybe not...
This comment is hidden because it contains spoiler information about the solution
For optimized Befunge implementations I've created, see https://github.com/serprex/Befunge
This failed 1 random test on the 1st attempt. No failure on the 2nd
Sorry, wrong example, but idea holds. Change values to [-2,0]. This time I tested to verify that it returns null
This fails for [-1, 1]
I'm using Python, it's seeming to not want some lists reversed when length exceeds length of list. Yet it does in the example test cases
When using Javascript it's exceeding the 12 second time limit. My code is O(N)