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 is true, but performing a search operation on a list will change the time complexity of the operation from O(1) to O(n).
Instead of creating "hexd" as a dict type, you can create a list,the items will be the keys and there index are the values.
actually very informative, thank you
I feel like every solution for this kata is crazier than previous...
Hello! Trying to understand, how it was made that dictionary with dots as values? I mean, I made an 'input().split() for _ in range(5)' cycle to copypast ABC\K symbols from Details window to my Solution code writing window (first I made a matrix filled with 0's). Was it good?
Approved!
Scala translation
Duplicate of any
ziplike kata. Here's a non-exhaustive list:Done
Hi, could anyone check over and approve this kata?
Thanks!
.
The link at the end of the description links to a draft kata, and should be removed.
No problem! I'm glad it worked out :)
Thank you very much for your advice. There was indeed a trailing space.
hmm. Maybe your output has a trailing space. That could be an issue too. Check that. If it still doesn't work, show me your code.
Loading more items...