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.
This comment is hidden because it contains spoiler information about the solution
Great use of the Turbofish !
This happends at least in Rust.
Yes it's pretty clear.
Somehow I thought one test case was wrong and asked the last one, but it seems I'm wrong and the test is right.
Sorry about that
It really seems not everyone means the same thing by first
I think de description is quite misleading: in C# at least, there is often no spaces between numbers and operators, as in
1+1
or1* 1
. It would also be nice to mention the unary minus operator, as in1 - -(-(-(-4)))
or12* 123/-(-5 + 2)
(again in this test case operators and numbers are not really separated by spaces).Thanks
Can someone review my translation in Rust ?
Would someone review if I make a translation in Rust ?
Does it works with the following grid ?