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