andey-robins / hashproject

Final Project for COSC 2030 at the University of Wyoming
Apache License 2.0
2 stars 2 forks source link

Develop a Hashing Algorithm #5

Closed andey-robins closed 5 years ago

andey-robins commented 5 years ago

Write a hashing class to be built in Hash.h and Hash.cpp

The main hashing function should be callable with the tag: string hash(String s);

The function returns a hashed version of the String s that is passed in as a parameter.

andey-robins commented 5 years ago

Implemented in PR #8