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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Clean :)
This comment is hidden because it contains spoiler information about the solution
I really like your solution. Cool!
This comment is hidden because it contains spoiler information about the solution
There are issues in TypeScript version. For 10 to 14 return 10 but expected 20. Can anyone correct the testcases?
This comment is hidden because it contains spoiler information about the solution
The description should have some defintion on cells adjacent rather than diagram. For me, the diagram was a bit confusing because ==> was pointing middle row. Even it can have some clues.
Creator should add more details to this problem. Even base testcase does not cover much.
I use sum() of list instead of len. But I have used a variable count whenever there is a difference in character between two string count will be append to list. by default count is 1
Like it! Good use of lambda
use xrange instead of range for better performance.
I have following problem
'(1, 2, 3)' should equal '(1,2,3)'
UPDATE: Solved. Thanks anyways
I like the use of ord('a') rather than harding coding 96. Congrats!
Loading more items...