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
Please review: C++ Translation
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/145.
Please join the discussion to help us identify duplicate kata and retire them.
D translation
Ruby 3.0 should be enabled.
No random tests.
It is not mentioned that:
null
as the nameGuest list:
[]
, minAge:21
. People:[ { name: 'Ann', age: NaN }, { name: 'Eve', age: 18 } ]
;Something's wrong here.
Why are you testing it with null then?
You're only shuffling a fixed set of tests. Please add true random tests.
This is completely the same as the Tic-Tac-Toe Checker kata.
Even if you enforced code constraints (which you didn't by the way), it's still a duplicate.
This comment is hidden because it contains spoiler information about the solution
Javascript version of Kata should ideally include random tests