383. 赎金信
383. 赎金信
- 难度:
easy - 原始链接: https://leetcode.cn/problems/ransom-note
- 标签:
哈希
解法一: 哈希
1 | func canConstruct(ransomNote string, magazine string) bool { |
easy哈希1 | func canConstruct(ransomNote string, magazine string) bool { |
Update your browser to view this website correctly.&npsb;Update my browser now