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.
Shouldn't it be tested that the function is indeed a lambda/closure/... ?
C Translation
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/139.
Please join the discussion to help us identify duplicate kata and retire them.
Hello,
Could you please check and approve the Java Translation (https://www.codewars.com/kumite/62124fda1d5475001661ee49?sel=62124fda1d5475001661ee49) of the kata.
Thanks
A
Regular Expressions
tag would be appropiate.This comment is hidden because it contains spoiler information about the solution
Description is unclear and allows totally dissimilar implementations. Are we supposed to write a class method, a function? I have solved this kata with no problem in several language, but I'm not very competent in Ruby and I have no idea what I'm supposed to do in this language.
Ruby 3.0 should be enabled.
Ruby 3.0 should be enabled.
Initial code template similar to JS and C# should be used for all languages. Not sure if this should be labelled as an 'issue', so just suggestion for now.
There are self-interacting polygons in the test cases, which don't have a well-defined orientation. Quoting from Wikipedia:
In fact the author solution and most of the existing solutions can return either orientation depending on the shape (but not the topology) of the self-intersection polygon.
This comment is hidden because it contains spoiler information about the solution