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.
Go translation
D translation
Rust translation
Go translation
D translation
Rust translation
There're more values between
BA, A,A, AAandAA, AAA.The rules are not "complex", they're "overcomplicated to the point of being unusable".
The letters' precedence is completely unclear:
AZ,AY, ...,AAZ,AAYetc. are missing from yourZ < ... < BA < A < AA < AAArange?Abetter thanBA?The number absence is not explained:
0? (Why is there a0in the first place)0?999?999?It's not clear how combinations of
+and-work. I assume that it's duplicating the1and0pattern in binary numbers, but at the same time it could be "more pluses than minuses - better mark, more minuses than pluses - worse mark" (but than the precedence of cases like+--,-+-,--+is not clear). And considering the fact that the latter actually makes some sense, the ability to mix pluses and minuses which should be cancelling out each other is completely illogical.The description is doing a bad job at specifying the grading rules:
Notessection is not for crucial information. These key rules should be put in the "basic principles" partWhy is
0a possible array element? Clearing 0 lines is absurd.