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