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.
I've found a hack- The Haskell version contains all text. Have fun :)
Did you see all the kata deatils? I've described an issue that I'm having with this kata just below your comment. Are you also experiencing this?
There's something wrong with this kata:
http://www.codewars.com/kata/5265b0885fda8eac5900093b/discuss#54e629ee7f087c14c5000a90
I can't see some of the code examples. Look for the phrase "the following representations:" - should there be an example right after that line? The html source shows several
Is there something wrong with the kata details? I can't see some of the code examples.
Look for the phrase "the following representations:" shouldn't there be something there?
Am I the only one experiencing this?
You have a small mistake in the test cases:
Test.expect(midpointSum([-10,3,7,8,-6,-13,21]) == 4, "[8,-6,-13,21] should equal 4")
should be
Test.expect(midpointSum([-10,3,7,8,-6,-13,21]) == 4, "[-10,3,7,8,-6,-13,21] should equal 4")
You can show the visual tree of your example, it's a 'nice to have'
This comment is hidden because it contains spoiler information about the solution
Test that: locate(['a', ['b'], 'c'], 'c')