Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/24 (1)
넘치게 채우기
[LeetCode] 1255. Maximum Score Words Formed by Letters
https://leetcode.com/problems/maximum-score-words-formed-by-letters/description/leetcode - Maximum Score Words Formed by Letters문제 유형 : 재귀, 백트래킹, dfs, 문자열 처리문제 난이도 : Hard 문제Given a list of words, list of single letters (might be repeating) and score of every character.Return the maximum score of any valid set of words formed by using the given letters (words[i] cannot be used two or more times)..
PS/LeetCode
2024. 5. 24. 12:26