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