treap-rs
A randomized treap implementation.
Example
extern crate treap;
use TreapMap;
Usage
Add this to your Cargo.toml
:
[]
= "*"
and this to your crate root:
extern crate treap;
A randomized treap implementation.
extern crate treap;
use TreapMap;
Add this to your Cargo.toml
:
[]
= "*"
and this to your crate root:
extern crate treap;