TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.67k stars 7.27k forks source link

style: add missing `const` in `bloom_filter.cpp` #2724

Closed vil02 closed 1 month ago

vil02 commented 1 month ago

Description of Change

Adds missing const.

Checklist

Notes: A const reference should be used in such case.