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.
exactly, my opinion is to know solutions from external modules, but more importantly, to actually put your hands on constructing a complex versions that has all the core problem solving steps.
it basicly counts up every symbol in a string and returns the letter that repeats the same amount of times. if there are some letters that are all repeated the least, it returns the first one that appeared. if the amount of each symbol's repetition is the same, it returns None.