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
- DP
- dfs
- backtracking
- two pointers
- linked list
- string
- math
- binary search
- tree
- 중간
- recursive
- easy
- sorting
- 리트코드
- Depth-first Search
- matrix
- binary tree
- 쉬움
- hash table
- HashTable
- Binary
- 이진트리
- 재귀
- list
- 미디움
- leetcode
- Array
- Medium
- 문자열
- Python
Archives
- Today
- Total
목록leetcode 139 (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