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