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.
C Translation (author inactive).
Random tests never generate cases where zip code is excluded
Please review my C translation and accept it if ok
CoffeeScript translation
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/186.
Please join the discussion to help us identify duplicate kata and retire them.
Description should be language-agnostic
Shoudl use KaTeX too in equations representation
The note part should be made more clear and re-formatted
This comment is hidden because it contains spoiler information about the solution
User can mutate input in Python's random tests.
Factor translation: adapt description for
interact
; it's not a method, nor is it named.interact
Published a java translation, looking for feedback :)
Suggestion: Remove
valid color
andvalid flavor
from the description.Looking at
zebulans
issue that was resolved 5 years ago, a decision was made to not test forcolor
norflavor
.We should rephrase the corresponding paragraph to avoid further confusion :)
Problem for the R version.
In random test, the pixel_size is in multiple part (split in word of size two), impossible to corectly launch the random test part
Thanks
Although I enjoy it when a kata description adds some "flavor" to the challenge I didn't think it served this kata very well. Change it or don't; I just found it distracting and detrimental to the challenge.
The original Python is something of a bug-fixing kata; it has some code in the Initial Solution. None of the translations have any code in the boilerplate, though the description does promise solvers that.
In Crystal (and not in most other languages, if not all), we may receive an empty array and return 0. This is not obvious and is not stated in the description. No length is not 0.
Loading more items...