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
相关文章
相关标签/搜索