Hash Table Source Code

Bradley J. Smith, Gregory L. Heileman, Chaouki Abdallah

University of New Mexico


Source code to accompany the paper An Exponential Hash Function Based on Dynamical Systems Theory. This source code includes both source for the java applet and C source code used to perform the original hash table experiments.


Java Source Code:

hash.java - source code for main java application
HashTable.java - class implementing hash tables
MyGraph.java - class for graphing results


C Source Code:

hash.c - main program
util.c - utility functions
util.h - utility header file