LeetCode 389. 找不一樣(位運算)

1. 題目 給定兩個字符串 s 和 t,它們只包含小寫字母。web 字符串 t 由字符串 s 隨機重排,而後在隨機位置添加一個字母。svg 請找出在 t 中被添加的字母。spa 2. 解題 2.1 土辦法,哈希map class Solution { public: char findTheDifference(string s, string t) { unordered
相關文章
相關標籤/搜索