Ad
  • Default User Avatar

    optimized my code and everything passes. kata's should mention time complexity in the description.

  • Default User Avatar

    This kata's description should mention algorithm efficiency, e.g. Time complexity Big O for example....

  • Custom User Avatar

    Nothing to fix:

    between 100 and 110 we have 101, 103, 107, 109 but 101-107 is not a 6-gap because there is 103 in between and 103-109 is not a 6-gap because there is 107 in between.

    The test is ok.

  • Custom User Avatar

    In Haskell there is an issue with the test case that has gap = 6, m = 100, n = 110. Test's expected value is Nothing but is wrong since the right answer is (101,107). Can you fix it?