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.
@Blind4Basics you have been very helpful throughout though. Thankyou for that!
I have seen many katas where they have placed restrictions on some functions so I thought it would be a good idea to place one here too. I dont know how to do it thats why I wanted help from you guys to fix this in beta. Plus this is a 7 kyu kata so I thought it will be fun for that level. I expect helpful replies from the people at the top of the game but sadly many of the comments are heavily underwhelming and finish your motivation to create more katas :(
Hi Blind4Basics sorry to disturb you again but I was thinking of making a new kata and I wanted to ban python's str() functionality in that. Is that possible?
Should I delete the kata then?
Blind4Basics could you please recheck the kata and see if eveyrthing is fine now. And if its fine, could you please give a very satisfied rating if you found the kata good. It would help me a lot :)
Hi mate, was there some reason for which you rated the kata as not satisfied. It would help me greatly if you share the reason. A satisfied rating would help me a lot
Thankyou for your feedback. I am sorry, I am quite new to making katas. I have lightened the tests further after steffan lightened them and fixed the test suite, Thanks for that! I have also corrected the typo
Comments and Translations would be appreciated :)
My javascript solution gives the answer arr as [ 5, 1, 6, 2, 34, 4, 65, 4, 65, 5, 5454, 5 ] and it follows the sorted criteria but still the output is given as false
And regarding the duplicate kata, the kata you stated clearly says that you need to convert to ascii value but this doesnt say anything like that. As this kata is designed for beginners so it will take them some time to think what to use and there are different ways to approach this problem
Hi, I have added random tests, could you please check?
Such an amazing kata! Loved it. I expanded it to include all words in english
Regarding the random tests, I will add them soon, this is my first published kata so it will take me se time to understand things. Secondly I only made this kata because it was not present before this and this problem promotes the use of a specific python function present in our codes