Ad
  • Default User Avatar

    Edit:

    Final refactoring - unpacked some statements that I thought made the code faster (I was wrong). Used timeit on everything.

    Time: 11978ms Passed: 306 Failed: 0

    Really appreciate this kata. I'm sure some folks thought it was easy, but I struggled with the level of optimization needed on this one.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Really enjoyed this kata - I realized after I finished I went way overboard (rate equations, testing variables, dictionary copying), but I really appreciate how much I had to think through for this one. Understanding how to get the user's transmit speed took longer than I like to admit.