avlsort 0.1.0

Rust crate of AVL tree holding the rank and the number of duplicates of elements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.num-traits]
version = "0.2.14"

[dependencies.rand]
version = "0.8.4"

[package]
authors = ["doraneko94 <shuntaro94@gmail.com>"]
categories = ["mathematics", "algorithm"]
description = "Rust crate of AVL tree holding the rank and the number of duplicates of elements."
documentation = "https://docs.rs/avlsort/"
edition = "2018"
keywords = ["mathematics", "algorithm", "avltree"]
license = "MIT"
name = "avlsort"
readme = "README.md"
repository = "https://github.com/doraneko94/avlsort"
version = "0.1.0"