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.
Suggestion implemented & made description language agnostic.
Note the list isn't really sequential (the actual sequence for n-digit = 3 in ascending order goes like
100, 110, 111, 112, 113, 114, 115, 116, ...
)Approved by someone
Approved by someone.
Thanks for the review. I updated and changed the tests to a maximum of 8 letters.
Merged
Fixed in CS as well
Fixed. Holy were those random tests bad.
There's only one fixed test that fucks things up, and no random tests with symbols (JS). Horrible test design, and unclear specs. Decyphering what to do in a 8 kyu should be non existent.
Yep, I agree that it should be
(u32, u32)
Some people prefer semicolons, some don't. I don't.
Why are pairs
Vec
s? Dynamically allocating memory for each pair doesn't look good...Hmm, the descritions looked identical, but in the editor there was some weird old/===/yours formatting that I removed in the new fork. They should be identical behind the scenes too now.
approved
approved
Loading more items...