JaredStrandWSU / CS223-Hashing-Dictionary-Cplusplus

A dictionary program that uses a hashtable to store values, yielding fast search times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashing-Dictionary-Cplusplus

A dictionary program that uses a hashtable to store values.

My implementation:

Parses a json and creates a dictionary full of words and definitions. Can Add, Search, or Delete.

My implementation is located in dictionary.h

To run:

See make file for make commands
Otherwise, just open a terminal and navigate to directory with make and type "make [enter]"
Running on Linux Ubuntu 16.0.4

About

A dictionary program that uses a hashtable to store values, yielding fast search times.


Languages

Language:C++ 96.5%Language:Makefile 3.5%