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 |
Tags
- DP
- sorting
- 미디움
- Medium
- dfs
- tree
- binary search
- leetcode
- easy
- Array
- 쉬움
- recursive
- two pointers
- Binary
- list
- Depth-first Search
- hash table
- linked list
- 문자열
- 리트코드
- Python
- math
- 중간
- HashTable
- matrix
- 재귀
- 이진트리
- binary tree
- backtracking
- string
Archives
- Today
- Total
목록2024/02/17 (1)
부부의 코딩 성장 일기
LeetCode 97(Interleaving String, Python)
1. 문제 링크 Interleaving String - LeetCode LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 두 개의 문자열이 주어질 때, 두 문자열이 교차로 섞여서 주어진 문자열 목표 문자열을 형성할 수 있는지 판단하여 True, False를 반환하는 문제 예시) s1 = "aabcc", s2 = "dbbca", s3 = "aadb..
Algorithm/LeetCode
2024. 2. 17. 19:00