Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 437 Bytes

Interleaving Lists & Word Frequency Reader in Python

##Course Take Home #1 - ICOM4036

###Assignment problems:

  1. Write a program that counts the frequencies of each word in a text file.

  2. Write a program that implements 2 functions of 2 list parameters each , one function returns a list containing all the interleavings of the 2 lists in the parameters, while the other returns the parallel interleaving.