Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 미디움
- leetcode
- 이진트리
- 리트코드
- dfs
- string
- 쉬움
- math
- list
- Python
- DP
- hash table
- binary tree
- recursive
- HashTable
- linked list
- sorting
- 재귀
- Medium
- two pointers
- Binary
- Array
- backtracking
- matrix
- 중간
- Depth-first Search
- binary search
- 문자열
- tree
- easy
Archives
- Today
- Total
목록Word Break (1)
부부의 코딩 성장 일기
LeetCode 139(Word Break, Python)
1. 문제 링크 https://leetcode.com/problems/word-break/ Word Break - LeetCode Can you solve this real interview question? Word Break - Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionary words. Note that the same word in the dictionary may leetcode.com 2. 문제 설명 문자열과 사전(단어들이 들어 있는 리스트)이 주어졌을 때, 사전의 단어들을 조합하여..
Algorithm/LeetCode
2024. 3. 26. 19:00