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.
Hi,
Because next bigger int for (1234567890) inserted is (1234567908), but not (1234567980) =)
You need to re-check your algorithm or code
my bad I misread
Why would it be valid?
Why is '12.34.56' not a valid ip?
Could someone explain this please?
This comment is hidden because it contains spoiler information about the solution
Yea I just realized, was just gonna delete it.
are you sure you're not comparing your output with the expected output?
Why is the case "(()))())())()(" not "))))))))))))))"? All the characters appear more than once.
Alright thanks! I see what you mean. My bad for not properly checking.
hi,
Considering the number of completinos in JS, there are close to no chances that the tests are incorrect. Keep in mind you didn't provide the input, so there is nothing to tell, right now. What if the input was 1234567890? Then your code is giving the wrong answer, that's all.
I think there is an issue with random test cases. The value wanted is less than the original value.
Here are some examples of what I am talking about
1234567980 should equal 1234567908
59884848495853 should equal 59884848483559
75530899033 should equal 75530893039
Please correct me if am wrong.
Thanks have a great day
yes sorry I realized after I posted the question.
Asked and answered many times before.
This comment is hidden because it contains spoiler information about the solution
Loading more items...