Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 336 Bytes

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