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.
This comment is hidden because it contains spoiler information about the solution
I'm super glad that you liked it. All the best :)
Sorry, I've re-typed the text above instead of copying it straight from the description. The actual description is however correct. It says:
at most 2 times higher
and notat least 2 times higher
as I wrongly typed above.Yes, I agree, therefore the function should return
false
in your scenario. This is exactly what this kata asks for.Have a look at the example test case with
list1
. The function should returnfalse
because there too many JavaScript developers relative to the Python developers. Therefore the expected outcode of the functionisLanguageDiverse
isfalse
. Exactly as in your scenario.Thanks for the feedback,
I think that the function actually complies with your specification.
It should return
true
if the meetup is language diverse (number IS at least 2 times higher...)It should return
false
if the meetup is not language diverse (number IS NOT at least 2 times higher...);-)