[字符串]leetcode389:找不一樣(easy)

題目: 題解:web 題目比較簡單,直接看代碼及註解便可。 代碼以下:svg class Solution { public: //題解1:統計字符串s和t的26個字母的個數,而後遍歷26個字母,返回不一樣數量的字母 char findTheDifference_1(string s, string t) { int count_s[26],count_t[26];
相關文章
相關標籤/搜索