lab_hash
Hellish Hash Tables
hashtable.h File Reference

Definition of an abstract HashTable interface. More...

#include <vector>
#include <cstddef>
#include <algorithm>
#include "hashes.h"
#include "htiterator.h"
+ Include dependency graph for hashtable.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  HashTable< K, V >
 HashTable: a templated class that implements the Dictionary ADT by using a hash table. More...
 

Detailed Description

Definition of an abstract HashTable interface.

Author
Chase Geigle
Date
Spring 2011
Summer 2012