master
Add smoothing constant to IDF formula in BM25 to prevent negative scores (#5696)
style: enable `MethodName` in CheckStyle (#5182)
Add tests, remove `main` in `BinarySearch` (#5663)
style: include `OI_OPTIONAL_ISSUES_USES_IMMEDIATE_EXECUTION` (#5274)
Add tests, remove `main`, improve docs in `ExponentialSearch` (#5664)
Add tests, remove `main`, improve docs in `FibonacciSearch` (#5665)
style: enable `AvoidStarImport` in checkstyle (#5141)
Add tests, remove `main`, improve docs in `InterpolationSearch` (#5666)
Add tests, remove `main` in `IterativeBinarySearch` (#5667)
Add tests, remove main in IterativeTernarySearch (#5668)
Add tests, remove main in JumpSearch (#5669)
Add tests, remove `main` in `LinearSearch` (#5670)
Add tests, remove `main` in `LinearSearchThread` (#5671)
Add tests, remove `main` in `LowerBound` (#5672)
Add tests, remove `main` in `MonteCarloTreeSearch` (#5673)
style: include `OCP_OVERLY_CONCRETE_PARAMETER` (#5833)
feat: Add `RandomSearch` new algorithm with Junit tests (#5701)
Add tests, remove `main` in `SaddlebackSearch` (#5674)
Add tests in `SearchInARowAndColWiseSortedMatrix` (#5675)
style: enable `TypeName` (#5214)
Add tests, remove `main` in `SquareRootBinarySearch` (#5676)
Add tests, remove `main` in `TernarySearch` (#5677)
Add tests, remove `main` in `UnionFind` (#5678)
Add tests, remove `main` in `UpperBound` (#5679)