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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T22:26:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T05:53:46.104Z (3 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.