lab_dict
Devious Dictionaries: Cleverness Through Association
anagram_finder.cpp File Reference

Uses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words). More...

#include "anagram_dict.h"
#include <iostream>
#include <cstring>
#include <fstream>

Detailed Description

Uses the AnagramDict class in an executable capable of finding all anagrams of a word (or all words).

Author
Matt Jora
Date
Winter 2013