Ad
  • Default User Avatar

    I think this is a decent kata, but probably harder than 7kyu.

  • Default User Avatar

    What an awesome kata! I had an ok Python solution that computed dbl_linear(60000) in about 500ms. However, the tests kept timing out, which forced me to come up with something better. When the aha moment finally came, it was over 10x faster than my original. I am glad the tests forced me to do better!