summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Change: use iterators a lotHEADmasterLars Wirzenius2-37/+6
2018-07-23Change: put the WordCount stuff into its own moduleLars Wirzenius2-38/+34
2018-07-21Change: use a type alias for WordCountsLars Wirzenius1-39/+27
2018-07-20Change: print only the 10 most common wordsLars Wirzenius1-2/+11
2018-07-19Change: implement += for WordCountsLars Wirzenius1-10/+26
2018-07-19Change: use a HashMap to store word countsLars Wirzenius1-4/+35
2018-07-19Change: use a String to buffer the charsLars Wirzenius1-8/+6
2018-07-19Add: write out all words in inputLars Wirzenius1-0/+41