Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llogiq/binary_range_search
Binary Search in a slice for a range of values
https://github.com/llogiq/binary_range_search
Last synced: about 1 month ago
JSON representation
Binary Search in a slice for a range of values
- Host: GitHub
- URL: https://github.com/llogiq/binary_range_search
- Owner: llogiq
- License: other
- Created: 2020-08-02T23:46:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T22:26:30.000Z (over 4 years ago)
- Last Synced: 2024-10-13T13:44:16.543Z (2 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
This crate allows us to do a binary search for a range of values within a slice.
# License
This code is made available under MIT or Apache 2 license, at your discretion.