lab_dict
Devious Dictionaries: Cleverness Through Association
 All Classes Namespaces Files Functions Variables
File List
Here is a list of all documented files with brief descriptions:
o*anagram_dict.cppImplementation of the AnagramDict class
o*anagram_dict.hDefinition of a class for finding anagrams of a given word from a word list given at construction
o*anagram_finder.cppUses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words)
o*cartalk_puzzle.cppHolds the function which solves a CarTalk puzzler
o*common_words.cppImplementation of the CommonWords class
o*common_words.hHeader file of a class to find all the common words across multiple files
o*fac.cppContains factorial-calculating functions both utilizing and not utilizing memoization
o*fac.hContains factorial-calculating functions both utilizing and not utilizing memoization
o*fib.cppContains Fibonacci-number generating functions both utilizing and not utilizing memoization
o*fib.hHeader file for Fibonacci-number generating functions both utilizing and not utilizing memoization
o*homophone_puzzle.cppImplementation for an executable which solves one homophone related puzzles
o*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