Loading [MathJax]/extensions/tex2jax.js
lab_hash
Hellish Hash Tables
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAnagramFinderAnagramFinder class
 CCharFreqCharFreq class: a class that allows for counting the frequency with which characters appear in a file
 CHashTableHashTable: a templated class that implements the Dictionary ADT by using a hash table
 CiteratorIterator for iterating over a hashtable
 CLogfileParserLogfileParser class: Provides an interface for querying logfiles of a particular format
 CLogLineLogLine structure: Represents the information contained in a single line of the logfile
 CLPHashTableLPHashTable: a HashTable implementation that uses linear probing as a collision resolution strategy
 CSCHashTableSCHashTable: A HashTable implementation that uses a separate chaining collision resolution strategy
 CTextFileTextFile class: defines an interface for reading in a text file
 CWordFreqWordFreq: counts the frequency with which words appear in a file