Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
30.67k
stars
7.27k
forks
source link
style: add missing `const` in `bloom_filter.cpp` #2724
Closed
vil02 closed 1 month ago
Description of Change
Adds missing
const
.Checklist
Notes: A const reference should be used in such case.