Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/05/25 (1)
넘치게 채우기
[LeetCode] 140. Word Break II
https://leetcode.com/problems/word-break-ii/description/leetcode - Word Break II문제 유형 : 문자열 처리, 다이나믹 프로그래밍문제 난이도 : Hard 문제Given a string s and a dictionary of strings wordDict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possible sentences in any order.Note that the same word in the dictionary may be reused multiple times in the segmentatio..
PS/LeetCode
2024. 5. 25. 16:43