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.
I think that it is not possible to change the level.
Some not very clever people post codewars solutions on github, there are whole collections of them. So if someone wants he can nearly always find it.
Really description isn't needed, the test are self-descriptive.
You should have added fractions, now it's 8kyuish)
Nice kata! Trained optional capitalizing)
Yes, that's not debugging, that's rewriting) But at least it's another good chance to get along with date object)
Still ", as well as given the door which includes the price." in the end in JS version
Java:
tests emit warnings to STDERR:
Note: src/test/java/Tests.java uses unchecked or unsafe operations.
because of this line:
(CircularList is a raw type and needs to be parameterized).
is really misleading, since literally
throw
ing anew Exception()
does not compile, as it is a checked exception and the tests do notcatch
it.In the initial code, the constructor of
CircularList
should probably be annotated with@SafeVarargs
to avoid a warning.But this is a perfectly valid protocol for circular lists? One of a few possible, but still, a good one. It is also very clearly defined and well described.
Why on Earth first next() invocation gives first element (not second), but first prev() invocation gives last element? The behavior of next() is not consistent! Just delete this kata. Why there is a place for bad design and teaching of bad practices on this site?
This kata is only about vague description.
Recursion is more resource-comsuming, than simple cycle, recursion is to make code look clearer, never faster.
While submitting SQL solution I got (on attempt) errors several times, then eventually these errors were gone and I was able to submit. Seems not is ok here.
Just annoying one. When the kata is by itself easy but you have to do thousand of checks and the description is far from clear I call this bad style.
Just look at the tests. Where there are words (sequence of a-z chars) in string, make them alternate case (upper - lower - upper - etc). That's ALL. Don't even try to read this War and Peace by Tolstoy in description.
Loading more items...