//HashT.h#ifndef H_Htable#define H_Htable
//****************************************************************// Author: D.S. Malik//// This class specifies the members to implement a hash tableas// an ADT. It uses quadratic probing to resolvecollisions.//****************************************************************
#include <iostream>#include <cassert>
using namespace std;
template <class elemType>class hashT{public:void insert(int hashIndex, const elemType& rec);//Function to insert an item in the hash table. Thefirst//parameter specifies the initial hash index of the itemto//be inserted. The item to be inserted is specified bythe//parameter rec.//Postcondition: If an empty position is found in thehash// table, rec is inserted and the length is incrementedby// one; otherwise, an appropriate error message is// displayed.
void search(int& hashIndex, const elemType& rec,bool& found) const;//Function to determine whether the item
PayPal Gateway not configured
PayPal Gateway not configured