COMP 200: Elements of Computer Science
Spring 2013

Word-Sequence Counting

Previously, you wrote word_counts_file() to count words read from a file. This used your previous word_counts().

In the following exercises, you will extend and generalize word_counts_file(). On your assignment, you will similarly modify word_successors_file(). You'll have three full class days to work on these exercises.