Skip to content

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

Notifications You must be signed in to change notification settings

JaredStrandWSU/CS223-Hashing-Dictionary-Cplusplus

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published