Docs.rs
data-structures-algorithms-1.0.0
data-structures-algorithms 1.0.0
Permalink
Docs.rs crate page
MIT
26 July 2026
Links
crates.io
Source
Owners
kidskoding
Dependencies
Versions
80.25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module searching
dsa
1.0.0
Module searching
Module Items
Functions
In dsa::
algorithms
dsa
::
algorithms
Module
searching
Copy item path
Source
Functions
ยง
binary_
search
Performs a binary search to find the index of a target value in a sorted array.
linear_
search
Performs a linear search to find the index of a target value in an array.