Company question banks are included with the Insider plan.
Given a list of words, choose a subset in which no letter appears more than once across the whole selection, and return the subset that covers the most letters.
This is LeetCode 1239 with an added...