会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
枯坐SE
管理
2024年1月9日
[LeetCode]804. 唯一摩尔斯密码词 原创
摘要: 算法标签 ascii 题目简叙 思路 用ascii和下标解决映射密码关系,然后用set集合来去重即可 代码 class Solution { public: int uniqueMorseRepresentations(vector<string>& words) { vector<string>
阅读全文
posted @ 2024-01-09 18:00 俺叫西西弗斯
阅读(0)
评论(0)
推荐(0)