mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
eae5a72561
* feat: add bloom_filter.c(bloom filter and bitset for it) * updating DIRECTORY.md * docs: add comments to bloom_filter * test: add tests and minor fixes * docs: more common docs * fix: clang-tidy warnings fix * fix: clang-forma - minor fixes * fix: line-space and better naming in hashStr * updating DIRECTORY.md * fix: apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * fix: test_bitset was moved before main. Changed description for template T parameter * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * fix: namespace fix * fix: minor style fix * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * fix: params names was removed from prototypes * Update data_structures/bloom_filter.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * docs: minor improvements/fixes Co-authored-by: David <Panquesito7@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>