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