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.
True; that'd be a little more robust.
That's completely false.
However, you are right about the non-ASCII first letters.
But watch out for the classic rookie fallacy - assuming that having one loop where you do five things per iteration is innately superior to having five loops where you do one thing per iteration.
That feel when your bubble sort turns into selection sort
As Blind4Basics said. The creator or someone with a high enough rank should edit the problem description.
Every kata (with the possible exception of myjinxin2015's Thinking & Testing series) should be solvable on the first try. That means the problem statement has to be well-defined.
More generally, just because a kata is 7- or 8-kyu doesn't mean it shouldn't be well-constructed. Let's not set the precedent of allowing people to flood the site with low-level, low-quality kata that are all variations on the same theme. I do believe that "easy" kata are still valuable and useful in many ways, but we should be taking advantage of the peer-review process on this site in order to set higher standards and raise the overall quality of our writing and coding skills.
Define what the constraints on the inputs are (will negative numbers be supplied? etc.) and what the function should do when given input for which the answer is undefined.
Now that's one line of code :D
This comment is hidden because it contains spoiler information about the solution
%Y not zero-filling in Python is now a pet peeve of mine.
Fix the Python tests so that they accept integer division as well as float division.
Finally got around to finishing this monster. Great kata!
Thanks, that did it! I needed to re-raise the exception.
Are you a professional golfer?
This comment is hidden because it contains spoiler information about the solution
So it seems I'm only having problems with
closer
now. I logged the output before and after when I got an error. Note that it didn't do the invalid self bond, as expected.This isn't how
closer
works?Loading more items...