摘要: 算法标签 ascii 题目简叙 思路 用ascii和下标解决映射密码关系,然后用set集合来去重即可 代码 class Solution { public: int uniqueMorseRepresentations(vector<string>& words) { vector<string> 阅读全文
posted @ 2024-01-09 18:00 俺叫西西弗斯 阅读(0) 评论(0) 推荐(0)