Skip to content

This program parses out text files and finds the number of word pairs and prints them in descending order

Notifications You must be signed in to change notification settings

stephenpbrown/WordPair-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name: Steve Brown
Email: [email protected]
SID: 11466405

Program description:
This program allows a user to input a text file through a directory which it then reads
in, parses out into word pairs, stores those word pairs in a separately chained hash table
and then sorts them and prints out either all the word pairs if no count is specified. Else
it prints out the top number of word pairs desired.

Files included:
README.txt
ht.h
ht.c
main.c
Makefile

About

This program parses out text files and finds the number of word pairs and prints them in descending order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published