Algorithm / HackerRank Easy

[Swift] (String)Super Reduced String

April 17 2022

Reduce a string of lowercase characters in range ascii[‘a’..’z’]by doing a series of operations. In each operation, select a pair of adjacent letters that ma...