题解 | #词频统计#

词频统计

https://www.nowcoder.com/practice/ebff2814640a48fdb0d9690677f7c7de

#include <iostream>
#include <vector>
using namespace std;

class Frequency {
public:
    int getFrequency(vector<string>& article, int n, string word) {
        int count = 0;
        for (int i = 0; i < n; ++i) {
        if (article[i]==word) {
                count++;
            }
        }
        return count;
    }   
};

全部评论

相关推荐

刘湘_passion:出国旅游?那就小心你的腰子咯
点赞 评论 收藏
分享
Rena1ssance_:对的,要是面评没太烂,勤更新简历等捞就行了,腾讯可以无限复活
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务