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.
There is a bug in Rust tests::random_tests,
for valid password "LA3QiZj7drMD8K" test expects false.
Yes and no. You can do it differently but then you add aditional task,
add integers bigger than u128, which isn't part of this exercise.
This task in Rust is incorrect, it allows solutions that use Vec.sort() function.
This comment is hidden because it contains spoiler information about the solution
@FArekkusu What are you talking about??? The maze that I put in my post is input to one of random tests that was ran when I clicked ATTEMPT button.
C# version has random tests in which maze is a jagged table, eg.
...
.....
.W.
W...W..
....
W...
.W.......
.W..W
.....
..W..
W..W.
This is error, maze should be rectangular or square.
I also see parsing error in tests which means that input parameters include other characters than numbers