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.
The individual test run from around 20ms or 2ms but it still timed out ? Is my algorithm still inefficient ?
Is multithreading the solution ?
Why is the rotors 2D array and not just a simple array ?
My first attempt failed because there's a System.out.println() inside the for loop. After I removed that it passed all tests.