Crates.io | extended-collections |
lib.rs | extended-collections |
version | 0.5.0 |
source | src |
created_at | 2018-04-05 05:57:29.212225 |
updated_at | 2018-10-06 19:12:51.811351 |
description | An extension to the collections in the standard library with various data structures. |
homepage | |
repository | https://gitlab.com/jeffrey-xiao/extended-collections-rs |
max_upload_size | |
id | 59028 |
size | 406,140 |
extended-collections
contains various implementations of collections that are not found in the standard library.
Add this to your Cargo.toml
:
[dependencies]
extended-collections = "*"
and this to your crate root:
extern crate extended_collections;
Blelloch, Guy E., and Margaret Reid-Miller. 1998. “Fast Set Operations Using Treaps.” In Proceedings of the Tenth Annual Acm Symposium on Parallel Algorithms and Architectures, 16–26. SPAA ’98. New York, NY, USA: ACM. doi:10.1145/277651.277660.
Pugh, William. 1990a. “A Skip List Cookbook.” College Park, MD, USA: University of Maryland at College Park.
Pugh, William. 1990b. “Skip Lists: A Probabilistic Alternative to Balanced Trees.” Commun. ACM 33 (6). New York, NY, USA: ACM: 668–76. doi:10.1145/78973.78977.