Ad
  • Custom User Avatar

    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,

  • Default User Avatar
  • Custom User Avatar

    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.

  • Custom User Avatar

    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".