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.
The reference solution returns
False
notTrue
.Thank you
@AcesOfGlory:
Great explanation, thank you for all the details.
Just to correct you a little - in your code the last expression evaluates to:
[1, 2, 45, 6, 5, 4]
and not to
[1, 2, 4, 5, 6, 45]
I think you had a typo.
Thanks you for both your feedback and your time.
According to the type signature, they're
a
and[a]
. Also, you have the Example tests.Closing.
Byond my imagination.
Oh my..how does one even think of that
Added constraints to input.
Exercise test cases are now fixed.
Thanks!
This comment is hidden because it contains spoiler information about the solution
xs = array
s = element
I updated the description to try to make it clear what the expectations of this kata are. I added more example tests and 100 random tests.
Please mark as resolved if you think these updates have fixed the kata!
This comment is hidden because it contains spoiler information about the solution
Glad you like it!
Loading more items...