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.
it
blocks.Please read this guide for authoring kata in Python.
Do not change the limit. It is now possible to write a simple iterative JS solution which passes all tests. You may increase the number of tests but I recommend to switch to BigInt everywhere.
Approved (I added the 'Simulation' tag and removed tags which do not exist in the list of tags).
Approved
BigInt
should be used for inputs and outputs.Math.cbrt
in the solution setup and in your code.Approved. I reduced the number of tests: 40 tests with 11x11 grids and 30 tests with 13x13 grids.
I will approve this kata after updating my solution to pass current tests (today or tomorrow).
Bounds of
n
should be specified in the description. Current bounds are$1 \le n \le 10^6$
.This comment is hidden because it contains spoiler information about the solution
This solution does not work for this problem. You need to add the following test inside
validate_shape
:This solution does not preserve values of
grid
.The solution is hidden
The description says that
737
is a sliceprime number but737 = 11 * 67
.Loading more items...