ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

String Hashing Function #391

Closed KyleSmith19091 closed 3 years ago

KyleSmith19091 commented 3 years ago

I would like to add a string hashing algorithm to allow for string comparison in O(1) time.

alxmjo commented 3 years ago

Great! Let me know if you have any questions.

stale[bot] commented 3 years ago

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.