Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 449 Bytes

File metadata and controls

16 lines (13 loc) · 449 Bytes

Freq

Считаем количество слов в тексте и выводим в файл в порядке наиболее часто встречаемых.

Сборка примера

git clone https://github.com/TemplateVoid/freq.git
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ../freq
cmake --build . --target install

Запуск программы:

./freq <input> <output>