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
- two pointers
- list
- Array
- 리트코드
- backtracking
- sorting
- Depth-first Search
- Medium
- dfs
- matrix
- string
- 미디움
- DP
- HashTable
- 중간
- leetcode
- Binary
- 쉬움
- 재귀
- binary search
- 문자열
- hash table
- easy
- linked list
- 이진트리
- recursive
- math
- Python
- tree
- binary tree
Archives
- Today
- Total
목록Levenshtein (1)
부부의 코딩 성장 일기
LeetCode 72(Edit Distance, Python)
1. 문제 링크 https://leetcode.com/problems/edit-distance/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 2. 문제 설명 두 개의 문자열(word1과 word2)이 주어졌을 때, 한 문자열을 다른 문자열로 변환하기 위해 필요한 최소 편집 연산의 수를 찾는 문제 가능한 연산은 세 가지로 삽입(Insert): 한 문자를 삽입..
Algorithm/LeetCode
2024. 1. 25. 15:48