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
- 리트코드
- leetcode
- binary search
- binary tree
- sorting
- math
- 쉬움
- recursive
- backtracking
- 이진트리
- Binary
- DP
- 재귀
- string
- two pointers
- HashTable
- Python
- 미디움
- 문자열
- Depth-first Search
- dfs
- list
- Medium
- tree
- hash table
- 중간
- Array
- matrix
- linked list
- easy
Archives
- Today
- Total
목록2024/03/09 (1)
부부의 코딩 성장 일기
LeetCode 290(Word Pattern, Python)
1. 문제 링크 https://leetcode.com/problems/word-pattern/description/ 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. 문제 설명 pattern과 문자열 s가 주어졌을 때, s가 같은 pattern을 따르는지를 True or False로 반환 여기서 같은 패턴이다의 의미는, pattern과 s가 "bijecti..
Algorithm/LeetCode
2024. 3. 9. 19:00