Skip to content

Finds top occurring words and unique words in a text (our sample was the Bible) through AVL trees, BSTs, and HashMaps. Uses StringBuilder, HashMaps, BufferedReader, and Comparators.

Notifications You must be signed in to change notification settings

maricr-sk/CommonWordFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonWordFinder

Final Project for College Data Structures: Finds the most common words in a text file and the number of unique words (only occurs once in the file), accounting for invisible chars or otherwise invalid ones. Parses the file and builds a map using AVL Trees, BSTs, and hashmaps. Uses a comparator to sort the map, and uses StringBuilder and BufferedReader. Made to support the Bible and the number of occurrences in the text.

About

Finds top occurring words and unique words in a text (our sample was the Bible) through AVL trees, BSTs, and HashMaps. Uses StringBuilder, HashMaps, BufferedReader, and Comparators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages