Solves the Super Reduced String challenge. See: https://www.hackerrank.com/challenges/reduced-string
(reduce-str s)
Shortens s by recursively deleting pairs of adjacent letters.
s