Super Reduced String

  • + 0 comments

    Have recursive function that:

    1) Check if string can be reduced. If not, return string 2) If it can, trim the first part that can be reduced, and return it back to the same function.