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.
Thank you!
Sorry. MIssed 2
I've added some code that will produce a random example, with a random base higher than 36
Done
It's not trivial to produce a random example with a base higher than 36. I guess I could have a whole group dedicated to hard-coded examples, but I can't think of a way of doing that with random examples.
While I was saying this, I've thought of a way haha. I'll give it a try
Done. Also introduced some performance improvements
You are right. It will require adjusting all the examples :(
Approved one of the translations. the other one requires merging first!
Thanks for those translations! I appologize, I haven't logged in into codewards for a while now hah.
I've approved your translations.
Thanks for the suggestion, I've since added random cases and a more difficult case that can't be solved by just relying on .to_s(b)
Yeah, I had to cheat on the last one too.