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.
Not a kata issue. You're trying to create arrays that are too big, try solving it another way.
This comment is hidden because it contains spoiler information about the solution
Getting this error (FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory) but passing all tests.
That did fix it, but code now pretty ugly due rust's strict type checks. Thanks.
@MrZizoScream: how is it that you're 5kyu now? O_o
@wfdoran
In rust, I am getting "solution contains a '-'." failure.
Is the checker picking up the '-' in
fn tadd(x: u32, y: u32) -> u32 {
as a minus sign?
Try running it with x = -1740173806, y = 1048100893 and you'll see why.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution