Ad
  • Custom User Avatar

    It would be very educational to look at the solutions. Or come up with a solution which does not time out. Like, really.

  • Custom User Avatar

    The sample test

    test.assert_equals(solve("codingIsFun",2,100),"conuFsIgnid")
    

    shows that if the second index is past the end of the string, you simply reverse from the first index to the end of the string.