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 is fine but a note has been put down there that the maximum height recorded is not necessarily the maximum height reached(as we are checking for every 10th of a second only, not for more smaller fractions), but this code violates this note, it takes the maximum height reached into consideration,
why it shouldn't?
This was my first kata and I wanted to try it out. Honestly, I realize that this is more of a math problem than a coding problem.
The units and case handling were attempts to make it more realistic in some forms. But, I can see how it stretches the Kata.
I'm open to more suggestions to keep in mind, if you want.
What is the purpose of including units if they're only used for the output message?
Also, this
n < 0
,n == 0
cases handling feels like stretching the kata because you couldn't think of anything except "find maximum area, knowing shape perimeter".