thinkrust_algorithms 0.1.2

Basic Algorithms: Binary Search and Find Max from an array
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Adrian Statescu <mergesortv@gmail.com>"]
description = "Basic Algorithms: Binary Search and Find Max from an array"
documentation = "https://docs.rs/your_crate_name"
edition = "2021"
homepage = "https://github.com/thinkphp/crates_algorithms"
license = "MIT"
license-file = "LICENSE"
name = "thinkrust_algorithms"
readme = "README.md"
repository = "https://github.com/thinkphp/crates_algorithms"
version = "0.1.2"