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
At least half your statement is false. If it is true that it incorrectly handles the cases where all sides are negative, please provide a specific example.
It returns
False
in those cases, just like the description says to.This solution is wrong - it does not take into account cases where all sides are 0 or negative.
This solution is wrong. It does not stop cases where all sides are 0 or negative.
Thanks for the kata, I learned a whole new topic and for the first time I hear about Polish notation. Interesting to know.
Python initial code:
What is not clear there? You can argue about not having to write a function and code like in almost every other kata, but what you should do is written in the description.
While critique of descriptions is a fair thing, I would sincerely recommend adjusting your general attitude a little bit.
Please adjust the description so it is clear what exactly is expected to be a code for testing. I spent (as many other solvers here) many more minutes figuring out what is wrong with the code. While the only issue here was that you do not expect any code, just "STRANGE_STRING= ....".
Not fair, really. Description level almost as bad as daspreuße's. He is the kind of bad kata description. You may be his heir soon.
vaaaaaaaax! Don't I recognize you, whatt47? It seems like you leave a stream of havoc wherever you go.
Could you elaborate on the "expects us to hardcode wrong practices" part?
@daspreuße, man... Your katas are so badly broken. You are messy while writing instructions, your testing fails all over and specs for intended types are unclear, too. This particular kata expects us to hardcode wrong practices. I see no point doing these.
So many times I found you just copy things all over without any review or thorough revision what did you actually wrote.
From this very moment on I avoid your katas for good. It's not worth the time.
There is a mistake in the description: "Thus, the expected value of a random element from the matrix is 3.". Should be "473/6" instead of "3"
fixed
There's an issue with the description. The input is defined as "Two integers r and c representing the number of rows and columns of the matrix, respectively" but, in the provided example, an input of "11 5" somehow expects the calculation of a 12x6 matrix.
Loading more items...