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
- DP
- easy
- binary tree
- tree
- 문자열
- leetcode
- linked list
- two pointers
- Python
- Depth-first Search
- binary search
- matrix
- dfs
- Medium
- 쉬움
- math
- 중간
- HashTable
- backtracking
- list
- 이진트리
- recursive
- string
- sorting
- 재귀
- Array
- 미디움
- Binary
- 리트코드
- hash table
Archives
- Today
- Total
목록leetcode 171 (1)
부부의 코딩 성장 일기
LeetCode 171(Excel Sheet Column Number, Python)
1. 문제 링크 LeetCode - The World's Leading Online Programming Learning Platform Excel Sheet Column Number - LeetCode Can you solve this real interview question? Excel Sheet Column Number - Given a string columnTitle that represents the column title as appears in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 leetcode.com 2. 문제 설명 A이 주어..
Algorithm/LeetCode
2023. 12. 6. 19:00