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.
Right. Now ok.
I can see it just fine. Maybe your ISP or firewall is blocking the domain name ?
image is broken in the description.
This is the most elegant solution. It should be on top.
Hi,
In python:
The last three points must be applied to all languages.
General:
The description is describing stuff, but nothing is self explanatory. Especially when there are two methods involved (encryption+decryption) while it's never said when/where those are explained (and I bet they are mixed in the description)
I finally understood (I believe) what I'm supposed to do, but in this case, I think one part of the description is wrong:
If the whole character row is in its place, it is a space in the string.
isn't that rather a column instead of a row?btw:
As you can see, the description needs a massive rethinking (but not necesseraly a lot of rewriting, I guess. Just a push here and there, with a proper structure might do)
Cheers
I don't see a change. Did you re-publish?
Fixed
Python should use snake_case naming convention, not camelCase.
Fixed
Preloaded
encryption
is typed as[String : [String]]
, when should be[Character : [Character]]
.Similar, all
card
s should be[[Character]]
instead of[[String]]
.No random tests
Duplicate of existing LCM and GCD kata.