Skip to content

A program that uses a hash table and a 2d list in order to store and classify records

Notifications You must be signed in to change notification settings

JennyKozi/Linear_Hashing

Repository files navigation

Linear Hashing

A program that uses the data structures of hash table and 2d list in order to store records. After that we can extract information, ask questions, add new records or classify them by using commands.

Run

Use the Makefile to compile, run and clean using the following commands:

make 
make run
make clean

Other exec commands:

./mvote -b 4 -f data/voters500.csv
./mvote -f data/voters5000.csv -b 5
./mvote -f data/voters50000.csv -b 6
./mvote -f data/voters100000.csv -b 10

About

A program that uses a hash table and a 2d list in order to store and classify records

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published