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
There are muliple mazes - each next one are bigger. Put extra empty line to ouptu in code - then you will see it.
@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.
There're no such fixed tests, and the random tests are always square-shaped.
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
Loading collection data...
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
There are muliple mazes - each next one are bigger. Put extra empty line to ouptu in code - then you will see it.
@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.
There're no such fixed tests, and the random tests are always square-shaped.
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