Java/205. Isomorphic String 同構字符串

題目       代碼部分一(5ms,96.64%) class Solution { public boolean isIsomorphic(String s, String t) { int[] map1 = new int[1000]; int[] map2 = new int[1000]; int len = s.l
相關文章
相關標籤/搜索