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.
Haskell fork
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
Re-raising this suggestion as an issue:
Floating point assertions are handled incorrectly. Some tests perform strict comparison, some others perform tolerance calculations by themselves, resulting in confusing assertion messages.
assert_approx_equals
should be used instead.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.
This comment is hidden because it contains spoiler information about the solution
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
Loading more items...