Dsa
Strings
Warm-up
Adjacent Duplicates
Implement a function that removes all adjacent duplicate characters from a given string until no adjacent duplicates remain. Return the final string.
Example:
Input:
aaabbbc
Output:
c
Key concepts
stringsmanipulation
Practise this out loud — free
Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.
🎙 Practise this question now