Skip to content

mzcustom/word-count-c

Repository files navigation

word-count-c

Find the N most frequent words in a txt file

Build

For Windows

build.bat

for Linux

./build.sh

Run

Executables are included. Clone this repo and inside the folder(directory),

for Windows, type

q3 {N} or q3-simd {N}

and for Linux, type

./q3 {N} or ./q3-simd {N}

It prints a list showing from the 1st to the Nth most frequest words in the text.

About

Find n frequent word in at txt file

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors