Hi, in this video I have explained LeetCode problem 3335. Total Characters in String After Transformations I
1. Explained the problem statements with examples.
2. Shared brute force approach.
3. Shared optimal approach by using frequency map.
Problem Link:- https://leetcode.com/problems/total-c...
Code Link:- https://leetcode.com/contest/weekly-c...