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.
Eight months later haha, but yeah looks good! Cheers
-deleted
My only complaint about this Kata resides in the instructions.
Since this Kata is mostly aimed at novices, I think it would be important that the instructions be as clear as possible.
Comments about the instructions:
Here's my suggestion for replacing your current instructions:
In this kata, you need to write a generic extension method for
List<T>
that returns an array of indices that correspond to items in the list that are equal to the givenitem
parameter.Note: the returned array should be in ascending order.
Pretty good Kata, I think maybe just missing some clarity in the instructions.
And then maybe add an actual shuffled example, like:
Result:
Notes:
Tips:
haha, nice dude. We have pretty much exactly the same solution, just different variable names.
I enjoyed the challenge, but it in the end it was more an exercise in trial and error and debugging (but not in a good way).
Specifically, unless I missed some vital clue or piece of information, I found it frustrating that in some of the tests the rates were spread out in a way that made it impossible to logically deduce what the ranges for "short" and "medium" rates were meant to be.
Or, as another example, why 10001 == EE, and 100001 == E E
This makes me sad :(
This comment is hidden because it contains spoiler information about the solution
Seemed simple at first, but ended up being much more complex than I originally anticipated. Great challenge, thank you!
Very fun little challenge! Highly recommend doing the Level 2 follow up Kata afterwards!
I really enjoyed working on this! Compared to other difficult Katas, the challenge in this one was making sure the structure of my solution was solid.
Great addition to the Simple Interpreter Kata. Highly recommend completing it first as the author said.
Very simple, felt more on par with a level 6 Kata, but great fun nonetheless. Enjoyed trying to make my solution as short and elegant as possible.
Simple but fun! Thanks for the challenge.
Hella challenging. I feel embarrassed, but I had to inspire myself from a solution I found online. Definitely a mind bender. Thanks for the challenge!
Pretty fun little challenge! Maybe the challenge rating is language dependent, but I completed it in C# and it felt more on par with level 5 Katas I've previously completed.
Loading more items...