mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
5a654fb85b
* feat: add geometric distribution * test: Add test for geometric dist * fix: Make range_tries inclusive * docs: Add documentation for geometric distribution * fix: clang warnings in geometric_dist * updating DIRECTORY.md * fix: Remove extra line Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Remove file name Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Add return value of void function Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Add comment for test function Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Update successful test message Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Add geometric_dist namespace Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Remove extra line Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Close comment * docs: Fix documentation Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Add const to parameter Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Make class methods const Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
addition_rule.cpp | ||
bayes_theorem.cpp | ||
binomial_dist.cpp | ||
CMakeLists.txt | ||
geometric_dist.cpp | ||
poisson_dist.cpp | ||
windowed_median.cpp |