mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 17:44:10 +08:00
Update 383 solution
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# [383. Ransom Note](https://leetcode-cn.com/problems/ransom-note/)
|
||||
# [383. Ransom Note](https://leetcode.com/problems/ransom-note/)
|
||||
|
||||
## 题目
|
||||
|
||||
@ -38,7 +38,7 @@ magazine 中的每个字符只能在 ransomNote 中使用一次。
|
||||
|
||||
## 解题思路
|
||||
|
||||
- ransomNote和magazine都是由小写字母组成,所以用数组进行简单的字符统计
|
||||
- ransomNote 和 magazine 都是由小写字母组成,所以用数组进行简单的字符统计
|
||||
|
||||
## 代码
|
||||
|
||||
|
Reference in New Issue
Block a user