One standard use of a hash table is counting the frequency of words in a file. For this assignment, I will use a hash table to implement a word-frequency counting program.
- Got to main.py
- In the terminal, type $ python3 main.py
- Enter in the name of the file you want to check
- Check results in the terminal