Skip to content

nathanielketema/HashTable

Repository files navigation

Hash Tables

A simple program that takes a list of data from a given file and uses either a hash table using a hash function or a sequential list.

Getting Started

Clone this repository:

git clone https://github.com/nathanielketema/HashTable.git

Usage

Example:

g++ main.cpp 
./a.out testFile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published