algorithmica 0.1.10

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

[package]
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
description = "Rust Algorithms"
documentation = "https://www.abrark.com/books/ds/"
edition = "2018"
homepage = "https://github.com/AbrarNitk/algorithmica"
include = ["src/**/*", "Cargo.toml"]
keywords = ["algorithms", "search", "math", "data", "sort"]
license = "MIT"
name = "algorithmica"
readme = "README.md"
repository = "https://github.com/AbrarNitk/algorithmica"
resolver = "2"
version = "0.1.10"