cogitate 0.2.0

Algorithms made in Rust
Documentation
1
2
3
4
5
#[macro_use]
mod test_search;

pub mod binary_search;
pub mod linear_search;