...

/

Removing Duplicates in a String

Removing Duplicates in a String

This lesson will teach you how to remove duplicates in a string.

What does removing duplicates mean?

Given a string that has repeating adjacent characters, we only want to keep one of each character. To do this, we aim to eliminate ...