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.
Resolved?
Check it out now if you have the chance, I think it flows better with some rewritten sections descriptions moved around. Thank you for your input.
I believe that part is handled
Hi,
I just "stumbled" again on your kata.
And reading this:
...while I just wrote this to another user, I'm thinking that the middle part of the message might be useful to you too ;) (in the case of your kata, I'd tend to say that most of the final section of the description should be somewhere else (as in: "before the examples"))
cheers
Fixed. Let me know if you like how it looks now! I appreciate the suggestion.
Description should not use
h1
to denote section headers.h2
is better, but I personally thinkh3
looks the best.Changed return type to always be
(float, float)
I added a good amount of clarity to the description, let me know what you think.
Added a lot more random tests, shuffled balanced/unbalanced.
Changed return type to always be
(float, float)
... :/
nothing is explained in the description(edit: mmmh, it's actually said in the description, but a bit convoluted...)CCL: the description of the task is really insufficient...
To add to this, ideally something that looks less like a real ladder shape. At first I thought the criteria for a 'bad rung' was that it was not symmetric.
Hi,
it would be (very) good to add an example to the description of a problemtaic ladder. After I read 3 times the description, I still don't get what my goal really is and how to proceed.
cheers
float,int
, sometimesfloat,str
) is bad practiceHaving multiple output types is bad.
Loading more items...