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.
Whoa.
This one is identical to mine :)
I really liked this kata. The only problem is that when I look at my solution, a small chunk of code is missing. It passed and everything, but apparently the stored, or rendered view of my code has been trucated.
My solution was almost identical.
The opening sentence can be confusing. "...obtain the various sets of integers that have a difference of 2 from a given array of integers."
Would you consider changing the wording to something like "...return all PAIRS of integers from a given array of integers that have a difference of 2."?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Whoa.
This Kata runs tests for FizzBuzz when I submit. Is this a bug?
Test Failed: test case isfizzbuzz - Expected: [16,[1,2,4,7,8,11,13,14,16,17,19,22,23,26,28,29,3,5,6,9,10,12,15,18,20,21,24,25,27,30]], instead got: [16,[16,1,29,4,28,26,7,8,23,22,11,19,13,14,17,2,24,15,12,20,21,10,9,18,25,6,27,5,3,30]]