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
- math
- matrix
- 재귀
- Binary
- binary tree
- 이진트리
- tree
- two pointers
- dfs
- easy
- Depth-first Search
- 쉬움
- leetcode
- Medium
- DP
- string
- 리트코드
- linked list
- Python
- 중간
- hash table
- Array
- binary search
- sorting
- recursive
- list
- 미디움
- 문자열
- HashTable
- backtracking
Archives
- Today
- Total
목록2024/02/01 (1)
부부의 코딩 성장 일기
LeetCode 91(Decode Ways, Python)
1. 문제 링크 https://leetcode.com/problems/decode-ways/description/ Decode Ways - LeetCode Can you solve this real interview question? Decode Ways - A message containing letters from A-Z can be encoded into numbers using the following mapping: 'A' -> "1" 'B' -> "2" ... 'Z' -> "26" To decode an encoded message, all the digits must be grouped then leetcode.com 2. 문제 설명 주어진 숫자 문자열을 알파벳으로 디코딩하는 방법의 수를 찾..
Algorithm/LeetCode
2024. 2. 1. 19:00