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.
same is true for JavaScript, probably others
(fixed and / or random tests should be adapted to guarantee to fail such solutions)
Your code is not correct. It returns wrong answers when the missing number is between
sequence[0]
andsequence[1]
, for example[1, 3, 4]
or[7, 13, 16]
.my code is correct but it is still showing that it is wrong.. i reverified the failed tests in my vs- code and it was working properly !!