Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 217 Bytes

algorithms

etc... book: http://algs4.cs.princeton.edu/home/

word_freq.cpp usage

  1. build $ g++ -o main main.cpp -std=c++0x -g
  2. run $ cat word_freq_test.txt | ./main 3 or $ ./main 3 < word_freq_test.txt