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
- math
- hash table
- Depth-first Search
- tree
- sorting
- matrix
- Array
- Binary
- Medium
- 쉬움
- easy
- binary search
- 리트코드
- 이진트리
- linked list
- leetcode
- Python
- recursive
- 문자열
- HashTable
- binary tree
- list
- 재귀
- dfs
- string
- backtracking
- DP
- 미디움
- two pointers
- 중간
Archives
- Today
- Total
목록leetcode205 (1)
부부의 코딩 성장 일기
LeetCode 205(Isomorphic String, Python)
1. 문제 링크 https://leetcode.com/problems/isomorphic-strings/ Isomorphic Strings - LeetCode Can you solve this real interview question? Isomorphic Strings - Given two strings s and t, determine if they are isomorphic. Two strings s and t are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replace leetcode.com 2. 문제 설명 두 문자열 s와 t가 주어졌을 때, 두 문자열이 iso..
Algorithm/LeetCode
2023. 12. 25. 19:00