819. Most Common Word

/* 1. transform to lower case 2. parsing the string 3. if not banned, insert into map and the counter of the key ++ 4. look the max counter in the map. */ class Solution { public: string mostCommonWor
相關文章
相關標籤/搜索