# word-counter-in-cpp **Repository Path**: wangqiyuejava63/word-counter-in-cpp ## Basic Information - **Project Name**: word-counter-in-cpp - **Description**: word-counter implemented by c++ unordered_map - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-17 - **Last Updated**: 2025-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # build `make` # test ## basic test ./word-counter test.txt ## in alphabeta order ./word-counter test.txt -a ## in count order ./word-counter test.txt -c # demo [demo video (MP4)](./demo.mp4)