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.
Nice Kata, good excercise for the brain. Thanks to the author and who contributed to this Kata.
kata ranks once fixed cannot be changed
also consider that kata ranks are shared between languages, so something easy in one language won't be as easy in other languages ;)
Certainly not a 7, but I learned a lot about sorting and creating a rank using raw Python code.
'alr approved some time ago'
Type declarations in TypeScript should be put in preloaded section and imported, NOT put alongside solution.
Furthermore, there is only one scoring system for a lot of different things involved in perceived difficulty: conceptual difficulty (like hard math problem with a simple formula solution); algorithm difficulty; programming notions involved in resolution (the theoretical kyu ranking)… With the last two relying a lot on the language! Then, even if focusing on programming notions, ranking depends mostly on the first language used for the kata. I guess most people are feeling difficulty mainly according to algorithm and/or conceptual difficulty. But codewars is about programming :)
Needs random tests.
I suppose that explained
Because you didn't sort it properly. Should be sorted by points: descending (you have ascending) - its not written directly but you can show it in example.
And if points are equal should be sorted by name.
This comment is hidden because it contains spoiler information about the solution
Ping !
Of course, if it happend please send me some notification ore message to see it.
Thank you for the translation. I've had no experience in this language so please could you fix any bugs that may arise.
Reason translation: https://www.codewars.com/kumite/5c8e616689a4a100164a3cc4?sel=5c8e616689a4a100164a3cc4
Loading more items...