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