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