摘要: ``` class Solution { public: vector findAnagrams(string s, string p) { unordered_map window,hash; vector res; for(auto i:p) hash[i]++; for(int i=0,j=0 阅读全文
posted @ 2023-07-28 12:30 穿过雾的阴霾 阅读(6) 评论(0) 推荐(1) 编辑
点击右上角即可分享
微信分享提示