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
- matrix
- 중간
- binary tree
- easy
- linked list
- recursive
- Array
- 문자열
- 재귀
- hash table
- 쉬움
- DP
- Binary
- Depth-first Search
- leetcode
- tree
- dfs
- Medium
- math
- HashTable
- 미디움
- two pointers
- string
- backtracking
- binary search
- 리트코드
- list
- Python
- sorting
- 이진트리
Archives
- Today
- Total
목록2024/03/31 (1)
부부의 코딩 성장 일기
LeetCode 383(Ransom Note, Python)
1. 문제 링크 https://leetcode.com/problems/ransom-note/ Ransom Note - LeetCode Can you solve this real interview question? Ransom Note - Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise. Each letter in magazine can only be used once in ranso leetcode.com 2. 문제 설명 두 문자열 ransomNote, magazine이 주어졌을 때 magazine의..
Algorithm/LeetCode
2024. 3. 31. 19:00