Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 238 Bytes

frequencyDictionary

Takes the input file. Parses it into words in the a-z A-Z range, converting everything to lowercase. Saves the output file in a sorted dictionary, first by frequency, then alphabetically.

Usage freq in.txt out.txt