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.
Is the issue truly resolved? I'm still getting the same solution setup as in the original post even when I hit the reset button.
Thank you.
For those trying to solve it as well, the function signature is:
I also deleted the sample test cases.
Ahh, good idea on initializing the string with an equal length to the input!
I like my tower of
DOOMnumbers!Spoiler flag!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
OMG! 4 members (the 1st is 0) are enought.
Can't agree more. The AST is ill-designed.
@sigod fixed and enabled Rust 1.33.
@Steffan153, you should've solved the kata in Rust before taking any action...
Also, Vec should have i32 inside, not u32.
No, the issue is that solution template has u32 as return type where're the tests expect i32. If you check other solutions you'll see that everyone return i32.
A code issue, so closing.
Looks like you returned the wrong type. It says you returned i32, but expects u32.
Loading more items...