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