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.
Bad description
This comment is hidden because it contains spoiler information about the solution
"The sorting should NOT be case sensitive" - but it is.
This is not an 8 kyu kata and description is not good.
When people say that you don't need math for programming, and then you try to solve this kata )))
This kata's discription is a good example of how to easily turn simple things into difficult ones )))
just first and last )))
It was a fun kata, but the author should indicate that you need to analyze not just the code but also the text of the Sample Tests. Considering this is an 8 kyu kata, it's important
Thank you acadet. I learned many interesting things while trying to complete this kata )))
The author was a little lazy when writing the discription of the task. Since it kata-8 it was possible to add a description that there is the single formula for a circle inscribed in regular polygons.
Cool kata )))
Not enough good instruction but you must just think how created constructor and what he do with variable "arguments"
Everybody knows the classic "half your age plus seven"
...
No
I'm misunderstanding the concept of multiplicity where you can't divide by zero or the autor didn't consider his example correctly ?
assertArrayEquals(new int[]{0, 2, 6}, ZywOo.multipleOfIndex(new int[]{0, 2, 3, 6, 9}));
A great opportunity to stretch your brain. Thank