lab_dict
Devious Dictionaries: Cleverness Through Association
File List
Here is a list of all documented files with brief descriptions:
 anagram_dict.cppImplementation of the AnagramDict class
 anagram_dict.hDefinition of a class for finding anagrams of a given word from a word list given at construction
 anagram_finder.cppUses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words)
 common_words.hHeader file of a class to find all the common words across multiple files
 fac.cppContains factorial-calculating functions both utilizing and not utilizing memoization
 fac.hContains factorial-calculating functions both utilizing and not utilizing memoization
 fib.cppContains Fibonacci-number generating functions both utilizing and not utilizing memoization
 fib.hHeader file for Fibonacci-number generating functions both utilizing and not utilizing memoization
 homophone_puzzle.cppImplementation for an executable which solves one homophone related puzzles
 pronounce_dict.cppImplementation of the PronounceDict class
 pronounce_dict.hClass that uses the CMU pronunciation dictionary to provide an interface for finding a word's pronunciation