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