DSA Day 29/100
Topic: Strings
Questions Successfully Completed: 1
1)Remove common characters and concatenateEasy
Remove common characters and concatenate
Time Complexity : O(N)
Space Complexity: O(Number of distinct characters).
QuestionInput: s1 = aacdb s2 = gafd...
preetikaprakash.hashnode.dev1 min read