In my solution i used a boolean array, where i changed the boolean from false to true if the same index of the strings array was a duplicated string. Then i just replaced the original sting on the strings array with null, if the matching index on the booleans array was true. Very challenging challenge. Thought it might be useful for someone