2744. 最大字符串配对数目
2744. 最大字符串配对数目
- 难度:
easy - 原始链接: https://leetcode.cn/problems/find-maximum-number-of-string-pairs
- 标签:
哈希
解法一: 哈希
1 | func maximumNumberOfStringPairs(words []string) int { |
easy哈希1 | func maximumNumberOfStringPairs(words []string) int { |
Update your browser to view this website correctly.&npsb;Update my browser now