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.
It's an object (in Python, this kind of object is called a dictionary, yes), and it says if the string is empty, return an empty object literal. Strings have quotes around them. Always check the sample tests when in doubt.
next time, it s better to mention the return should be a dict, bc first time i just returned as a string
The best kata for me so far ! Neat
Approved
Translate Dart
check the solution
Approved by Johan
This is fun kata but 6kyu is too high imo.
It's not an 8kyu, using dictionary is may be hard for 8 but totaly ok for a 7 kyu i think
fixed
Haskell translation
The description is still not language-agnostic, but I believe that the function signature and the test cases make the return type clear.
Way too easy. Or am I just a genius? I think both are probably true.
linear time has now been done
tbh one-liners can be fun to speedrun but yeah, they can be really inefficient
the main point of my comment wasn't the bragging part, though it can definitely be seen as that; I really only intended to point out that it felt too easy for 6 kyu as it took me far less time than I'd normally expect from something on this rank. Probably should've made that clearer.
If you're gonna brag, at least have a solution better than
O(n ^ 2)
.if true your answer should not be this long
This comment is hidden because it contains spoiler information about the solution
this shouldn't be ranked 6kyu
actually 8kyu
Loading more items...