摘要: 第一题 题目链接: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)