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.
Yes, you're right I must have had the two confused when I made this. I just fixed it, thanks for letting us know!
In Rust 1.15.1, the function signature currently is
However, an element of input could be less than zero,
lst
should beVec<i32>
instead ofVec<u32>
. And the same issue for the return type. Please check it if possible.