You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Count instances of each character in s in a hashmap. Then subtract those instances from the same hashmap while iterating through t. If any character does not exist in hashmap or is left 0 times while iterating t, it means that is the extra character added in t