Leetcode # 205. Isomorphic Strings

https://leetcode.com/problems/isomorphic-strings/ Solution Time Complexity: O(s.length()) Space Complexity: O(s.length()) class Solution { public: bool isIsomorphic(string s, string t) { std::map<c ...

         続きを読む
1 ... 43 ... 56
Bitnami