PTT
Submit
Submit
選擇語言
正體中文
简体中文
PTT
Marginalman
Re: [LeetCode] 刷到面試 Grind169 C++
作者:
SuiseiLeda
(星街雷達)
2023-03-15 17:00:45
242. Valid Anagram easy題
哈希表
第一次遇到這個
但還滿好懂得
class Solution {
public:
bool isAnagram(string s, string t) {
int hash[26] = {0};
if(s.length()!=t.length()) return false;
for(int i=0;i<s.length();i++){
hash[s[i]-'a']++;
hash[t[i]-'a']
繼續閱讀
[閒聊] 黑++
paul1951
Re: [閒聊] Q
qscxz
Re: [閒聊] 萬強請進
jeanvanjohn
Re: [閒聊] 萬強請進
Abby530424
[閒聊] 這個世上爛人一堆
SubaTowa
Re: [瓦特] 你齁EN自然
mayolane
阿床演唱會
louispencer
Re: [閒聊] 萬強請進
jeanvanjohn
[閒聊] 百合最多可以幾P
Ericz7000
[姆咪] 幹
SnowWolff
Links
booklink
Contact Us: admin [ a t ] ucptt.com