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
Given a string array words, return an array of all characters that show up in all strings within the words (including duplicates). You may return the answer in any order.