@hackage binary-search0.1
Binary and exponential searches
Categories
License
BSD-3-Clause
Maintainer
Takayuki Muranushi <muranushi@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=4.5 && <5
- containers >=0.4 Show all…
Dependents (8)
@hackage/constructible, @cardano/ouroboros-consensus-cardano, @hackage/acme-everything, @hackage/xlsx, @hackage/citation-resolve, @cardano/ouroboros-consensus, Show all…
These modules address the problem of finding the boundary
of an upward-closed set of integers, using a combination
of exponential and binary searches. Variants are provided
for searching within bounded and unbounded intervals of
both Integer and bounded integral types.