Skip to content

Tannerpalin/HashMappingWordCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Tanner Palin

Sources: geeksforgeeks.org helped me firmly grasp the idea and implementation of external chaining.

Sources: Will Shapiro for helping me come up with an efficient hashing equation.

Sources: www.thepolyglotdeveloper.com helped me implement QuickSort using vectors.

Purpose: This program takes in the word contents from a text file and hashes them in a way that helps you determine the most commonly used words in a given file.

Usage: I ask that you redirect standard input to the text file you are wanting to analyze. ./wordCount < data.txt

Bugs: So far I haven't found any bugs but that may change! Please let me know :)

About

A hash mapping word counter for .txt files in C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors