🏑383. 赎金信 - 力扣(Leetcode)
2024-1-22
| 2024-1-22
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
password
URL
PublishDate
icon
给你两个字符串:ransomNotemagazine ,判断 ransomNote 能不能由 magazine 里面的字符构成。
如果可以,返回 true ;否则返回 false
magazine 中的每个字符只能在 ransomNote 中使用一次。
示例 1:
示例 2:
示例 3:
提示:
  • 1 <= ransomNote.length, magazine.length <= 105
  • ransomNotemagazine 由小写英文字母组成
  • leetcode
  • 242. 有效的字母异位词 - 力扣(Leetcode)387. 字符串中的第一个唯一字符 - 力扣(Leetcode)
    Loading...
    目录