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.
The angle cannot be just a sum of other angles because it also depends on the length of the lines. Imagine just making BC longer, then the angle C0 would surely change.
On the other hand, I also don't understand the choices of t, u and h, and between what lines the final angle should be measured. I think this is a flaw in the kata. I would expect all angles to be relative to either a fixed axis (like x, making the first angle not 30° but 120°) or to the current line (making the first angle 75°). The t, u and h seem totally arbitrary and don't make it clear, what the result is supposed to be.
The address column is to be replaced by the two columns "numbers" and "letters", each of which shall contain the respective characters from the address.
Did You maybe just switch numbers and letters?
The result should have a column "numbers" and a column "letters". Each of them should have all the numbers, respectively letters, from the column address, concatenated. Example: address = "10025NewYork3X" -> numbers = "100253", letters = "NewYorkX".
You can probably produce Your some output of Your own. I did so in the comparison-method, to at least see which hands were tested. Not perfect, but it still helped a lot.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Feels more like 8 kyu to me. Even if You don't know the solution then it is too trivial to google.
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'm confused too. What does the value 2 mean? What does it mean to have win and loss > 0 in one record? How can there be multiple wins with one move? Does it mean both fights were finished with the same move? But then why are there identical records, instead of fights with the same move being combined? Is it a "fighters" record or a "fights" record?
This comment is hidden because it contains spoiler information about the solution
If $counter_x and $counter_y are both == 0, aren't they also equal, simplifying the last if statement?
This comment is hidden because it contains spoiler information about the solution