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.
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