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.
O(n^2)
This comment is hidden because it contains spoiler information about the solution
Task that do not allow you to chose an O(n) algorithm because you have to keep directions in order. So you have to go for O(n^2), something that you would definitly avoid IRL!
PEP 8
Max line length:)
Add 196 to a test, 99% of solutions didn't get what they are asked to do. So if they'll get 196 or any other Lychrel number as a test, they'll drop into infinite loop.
The test for python 3.6 is broken. I attempted and submitted successfully, but the test fails. It tells me that I was trying to use some variable(that obviously is not in my code) before I defined it.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution