rust-algorithm 0.1.2

algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["pefish <pefish@qq.com>"]
autobenches = true
categories = ["algorithms"]
description = "algorithm\n"
documentation = "https://pefish.github.io/rust-algorithm/rust_algorithm/"
edition = "2018"
exclude = ["docs", "/.travis.yml", "/appveyor.yml", ".gitignore"]
homepage = "https://github.com/pefish/rust-algorithm"
keywords = ["algorithm"]
license = "MIT OR Apache-2.0"
name = "rust-algorithm"
readme = "README.md"
repository = "https://github.com/pefish/rust-algorithm"
version = "0.1.2"