lab_hash
Hellish Hash Tables
anagram_finder.h File Reference

Definition of an AnagramFinder class for finding anagrams in a set of strings or within a file. More...

#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include "schashtable.h"
#include "lphashtable.h"
#include "textfile.h"
#include "anagram_finder.cpp"
+ Include dependency graph for anagram_finder.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  AnagramFinder< Dict >
 AnagramFinder class. More...
 

Detailed Description

Definition of an AnagramFinder class for finding anagrams in a set of strings or within a file.

Author
Chase Geigle
Date
Spring 2011
Summer 2012