会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cytcnblogs
博客园
首页
新随笔
联系
订阅
管理
2022年6月24日
Level 1 (day 2)
摘要: 第一题 题目链接:https://leetcode.cn/problems/isomorphic-strings/ 个人题解:位置不一样等价于不是同构 代码: class Solution { public: bool isIsomorphic(string s, string t) { for(i
阅读全文
posted @ 2022-06-24 16:26 黑VS白-清墨
阅读(32)
评论(0)
推荐(0)
公告