algs4 0.3.0

Algorithms, 4ed. MOOC in Coursera. in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "algs4"
version = "0.3.0"
authors = ["Shuyu Wang <andelf@gmail.com>"]
description = "Algorithms, 4ed. MOOC in Coursera. in Rust."
homepage = "https://github.com/andelf/rust-algs4"
repository = "https://github.com/andelf/rust-algs4.git"
keywords = [
  "algorithm",
  "mooc",
  "coursera"
]
license = "MIT"

[dependencies]
rand = "*"