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.
It could be used "String.Concat(text.Select(...))" instead of join and nested ternary expressions usually frowned upon.
This comment is hidden because it contains spoiler information about the solution
Please add test case when two flushes and there are difference between pairs. There are solution that passed ignoring this corner case. Like so:
Hello, could you teach me how or where to find the Taylor series formula? I have used numerical methods to solve this task which worked for me.
This comment is hidden because it contains spoiler information about the solution
There is an issue when N == Size test it expecting for "Not enough participants" result, though there are enough participants. So i tweaked my solution N - 1 like that it worked, but i think the test might be wrong.
Excuse me, where can i get information which library are available in js in codewars?
This comment is hidden because it contains spoiler information about the solution
fixed.