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.
Yes I know I'm not doing it the right way, but I just don't know which is the right way. If you have any suggestion I would really appreciated.
And yes, i see now that I didn't solve B4B's issue, I think I solved it now though.
Thanks!
I improved the randomness checks. Hope thats good enough.
I guess I'll never play with random again :D
I added some extra checks that hope will solve this and other issues
Got it, thank you both, I am relatively new to python so still figuring out a lot of things!
Hi uniapi, this is my first kata ever, and I'm still figuing out how things are done. I chose to merge your translation with my kata, is that ok or should I have chosen to fork it? If you want me to fork (and I am still able to do it) just let me know.
Thank you for your contribution! You are a very brave man working with assembler! :D
Fixed now. Thank you!
Sorry, can you please explain what you mean, I am not getting what's the issue. Thanks!
Fixed. Thanks!
Sorry, it was just a combination of 100 random text * 50 random keys * 2 test cases (100 * 50 * 2). I just reduce it to 1000, think that's good enough
I guess you were refering to import random in the initial solution. Just did it.
Yes, that makes more sense. Thank you again!
All these issues were handled, thank you for your feedback!
All these issues were handled, thank you for your feedback!
Thank you both of you, really good input! I definetely will work on this improvements you suggest.
Great feedback!
Thank you for your input, I will work on this improvements