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.
Description improved by lechevalier
Fixed! No idea how that happened, I guess I must've had that brace selected and hit enter or something during testing.
Approved!
fixed + made description language-agnostic
thx
It seems like some kind of disorder.
Everyone already knew
Ok, I'll change the description. Feel free to add a Rust translation. Just make sure there are some kind of performance constraints. Naive collecting back and forth must time out.
You are talking about this case:
"..b...a..@........"The rules state:
Tell me how the specification could be misinterpreted?
Would it help to add these test cases? Second test case could also be solved just walking through rule by rule.
While I agree, it was still a fun, out-of-the box kata :-)
But sure, if you don't get it in a few minutes, don't waste time on it, and don't feel bad about it either.
Cheers
I did the changes in a fork, so that this one stayed in place in the meantime.
I had already setup parallel Java and Kotlin type generation, so I just removed the messy "Invalid Kotlin" generation and switched it out for creating a vector of tokens and changing 1 token.
Alright
using the name
ggand the random tests not being very random are for consistency with the kata in other languages, but I'll do the changes you suggestedI did already change my haskell translation to use QuickCheck to generate random type-ASTs, but that only generates valid types
Loading more items...