Sep
01
Leetcode刷題日記 - #205 isomorphic Strings
題目請自行上Leetcode閱讀:https://leetcode.com/problems/isomorphic-strings/
HashTable:需要記憶什麼字母對應到什麼字母(mapping),直接會想到HashTable
本來以為很簡單,結果卡住了一下,在Loop的時候,一邊把mapping做出來,像是”egg”, “add” 就會產生一個 {e:a,
2 min read