-
When I train this kata (an example, they all have the same problem).
```
{
"_data": {
"success": true,
"name": "Square(n) Sum",
"slug": "square-n-sum",
"description": "Compl…
-
### Context:
During beta process, votes are modifying author's honor, often heavily when top power users are voting (x4 factor).
For authors who are "green", this means `creating a kata == losing hon…
-
https://www.codewars.com/kata/how-much-water-do-i-need/
My washing machine uses L amount of water to wash X amount of clothes. For every 1 unit increase in clothes, the washing machine will use 10% m…
-
1. [Factorial length](https://www.codewars.com/kata/59f34ec5a01431ab7600005a)
* 6 kyu
* No fixed tests for edge cases (zero, eventually 1)
* Satisfaction 83%, 626 solutions
* No pending is…
-
From #39
**Number of values required before value overflow**
1. [Computer problem series #1: Fill the Hard Disk Drive](https://www.codewars.com/kata/5d49c93d089c6e000ff8428c)
* 7kyu
* Items should b…
-
In many (mostly easy) katas there are multiple "variations" of the same solution, which are not merged, because they use different variable names, e.g.
```python
def f(a, b):
x = a + b
return…
-
This is for Ruby but I'm guessing it also applies to Python/Javascript. I've noticed a user overwriting comparison methods(and methods related to the return type of the method) to bypass test cases.
…
-
Right now when user posts an issue to a multilanguage kata it is not shown what language is that issue related to.
I suggest to add a language tag to such posts automatically, for example pre-insert …
-
Follow-up on #92.
Note on languages: If not specified otherwise, all kata are available in JavaScript, Ruby, and Python additionally to explicitly listed languages.
1. [Loose Change](https://www…
-
Hi all,
i submitted solutions for the Kata "Square Every Digit" & "Caffein Script" just recently. Although the solution is accepted the solution is not shown when going to the individual Kata and nav…