TheAlgorithms-C-Plus-Plus/hashing
tGautot 404e2c15b3
feat: Add MD5 Hashing Algorithm (#1595)
* clang-format and clang-tidy fixes for 89d118bb

* feat: add md5 hashing algorithm, namespace md5

* updating DIRECTORY.md

* docs: added missing docs and cleared syntax

* Added newline at the end of file

* clang-format and clang-tidy fixes for b7b32ac7

* Comments for libs, put global funcs as static

* clang-format and clang-tidy fixes for d5da4807

* docs: added additional comments

* docs: Fixed some newlines in doxygen docs

* Changed incorrect comment

* Fixed docs & cleared potential endianness problems

* Removed useless line

* Clarified how to exit interactive mode

* Better wording

* Improved interactive mode

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-09-24 11:35:31 -05:00
..
chaining.cpp feat: add lru caching algorithm (#1557) 2021-08-17 12:25:08 -05:00
CMakeLists.txt added hashing to cmake 2020-07-23 17:25:16 -04:00
double_hash_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00
linear_probing_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00
md5.cpp feat: Add MD5 Hashing Algorithm (#1595) 2021-09-24 11:35:31 -05:00
quadratic_probing_hash_table.cpp remove pauses 2020-07-29 19:43:33 -04:00