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.
Неплохо!
slim solution. good.
oh...
You are cheater! :)
Yeah! Clever. Best O(EUREKAS.length).
python version is ok
not in python
Simply clever. Cool. No any exotic modules or one_line_not_readable_code.
If you have a good algorithm you can write a good code.
My first solution with counter didn't pass testes cause time run out.
This solution is passing tests but takes a lot of time too.
Oh, Thanks, my friend! You are right!
I made debugging in IDLE and forgot to remove print() statement!!
I made a code in Python. Tests are OK, but when I tried 'Attempt' code works OK, passed a lot of tests with long lists and then:
"Max Buffer Size Reached (1.5 MiB)" - Fail
Oh, what is it? Is it a part of a task to work with limited Buffer?