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
- easy
- Array
- DP
- two pointers
- hash table
- HashTable
- linked list
- sorting
- Medium
- dfs
- binary search
- matrix
- 문자열
- 재귀
- string
- 중간
- Binary
- leetcode
- list
- 쉬움
- tree
- 미디움
- math
- recursive
- binary tree
- backtracking
- 리트코드
- Python
- 이진트리
- Depth-first Search
Archives
- Today
- Total
목록2023/10/31 (1)
부부의 코딩 성장 일기
LeetCode 14(Longest Common Prefix, Python)
1. 문제 링크 Longest Common Prefix - LeetCode Longest Common Prefix - LeetCode Can you solve this real interview question? Longest Common Prefix - Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Example 1: Input: strs = ["flower","flow" leetcode.com 2. 문제 설명 여러 문자열을 포함한 리스트가 주어졌을 때 모든 문자열의 앞에서부터 최대한 긴 공통 ..
Algorithm/LeetCode
2023. 10. 31. 19:00