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