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.
thx
What is js MorseCode convert dictionary name ?
Thanks
This comment is hidden because it contains spoiler information about the solution
understood thx :)
System.InvalidOperationException : Sequence contains no elements
it works in visual studio , but give me this error why ?
Test Results:
✘ Make sure it gives correct output with a single digit depth - Expected: ''[[1]]'', instead got: '[[1]]'
✘ Failed to give correct answer with a single digit depth - Expected: ''[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]'', instead got: '[[1], [1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1]]'
✘ Failed to give correct answer with a double digit depth - Expected: ''[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1],[1,5,10,10,5,1],[1,6,15,20,15,6,1],[1,7,21,35,35,21,7,1],[1,8,28,56,70,56,28,8,1],[1,9,36,84,126,126,84,36,9,1]]'', instead got: '[[1], [1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1], [1, 5, 10, 10, 5, 1], [1, 6, 15, 20, 15, 6, 1], [1, 7, 21, 35, 35, 21, 7, 1], [1, 8, 28, 56, 70, 56, 28, 8, 1], [1, 9, 36, 84, 126, 126, 84, 36, 9, 1]]'
This comment is hidden because it contains spoiler information about the solution
i did it in js and c# , it worked in big numbers ( also >40 digit) in visual studio and http://www.pythontutor.com/live.html#mode=edit ,but kata says excepted :excepted but actual ... why ???
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
me too
RandomTest
✘ Should work for 282610664 and 621936458
Expected: 0
But was: 1
RandomTest
✘ Should work for 853388931 and 654223318
Expected: 0
But was: 1
RandomTest
✘ Should work for 282610664 and 67256172
Expected: 0
But was: 1
RandomTest
✘ Should work for 853388931 and 781580269
Expected: 0
But was: 1
101 Passed 4 Failed . why ?
there is problem in testRow11 . rowNumber =11 , result is [1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1] but it give me Failed , but others give True . Please fix it thanks (:
Yes these cases are wrong , please fix this problem