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