Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1255. Maximum Score Words Formed by Letters
Given a list of words, a multiset of available letters, and per-letter scores, select a subset of words (each used at most once) whose combined letter counts do not exceed the available letters to maximize the total score. With words.length ≤ 14, this is typically solved by exploring subsets via bitmasking or backtracking while checking letter-frequency constraints.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.