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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I fixed the htmlize function in C#. Also some minor cleanup.
Me too, I don't get it either :(
This comment is hidden because it contains spoiler information about the solution
Agreed. And I'll add that it would also aim to resemble the stated requirements so that the poor maintenance developer need not infer the relationship between the two.
Nobody's going to change kata specifications after 6k+ people solved it.
This comment is hidden because it contains spoiler information about the solution
I can see that but I don't understand how your algorithm work?
你是套用了啥公式呀?
Ignore the "even or odd" guide, start reading the number from the end, instead of the head, you will realise that it is always d, d2, d, d2, .... Whether the actual number has even numbers or not, doesn't matter.
I don't understand this approache. :(
This comment is hidden because it contains spoiler information about the solution
I see nothing in the details about disallowing negative values. Many of the solutions would fail if the values turn negative.