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.
Hello there!
Can you see my code? What's wrong with rounding my result?
This is what I have:
Expected: [8.6667, 6.6667]
Actual: [8.6667, 6.6667]
I can't see the difference, but my answer is 'incorrect' and tests are not passed.
C++ Translation
C++ Translation
I'll check it a bit later
yes, for now it should return
false
I mean that maybe it would be better to merge such offsets, e.g.
can be merged into
but I'm still confused of cases from my previous reply;
that's why I want this to return
false
I can't resolve some cases. For example:
How to merge matched
left
property correctly? I have no the only answer.an empty object should be fixed for now and return
false
your input should return
false
due to offset order:[undefined, undefined, 0.65, undefined, 0.79, 0.26]
did my solution return an object?
This two articles in rules:
ascending order and no duplicates; there was a mistake in 2nd article; I've changed word
required
to wordallowed
That's my fault. I've forgot about the hashtag.
Looks very strange that one of the tasks is
If the final result is longer than 140 chars it must return false.
(what means in words:length less or equal than 140 == true
andlength greater than 140 == false
).But in fact tests lead the way of making
length == 140
to befalse
.Sad.