Ad
  • Custom User Avatar

    Thanks for your code. The indentation is gone, but if I read it correctly, there are some basic cases that wouldn't work.

    For example, is_merge("ab", "a", "a") should obviously return False, but your code would return True. Also, is_merge("ab", "a", "b") should return True, but your code would return False.

    Please correct me, if I misindented your code. :-)