Crate splay_tree

source ·
Expand description

Splay tree based data structures

Modules

A priority queue implemented with a splay tree.
A map based on a splay tree.
A set based on splay tree.

Structs

A priority queue implemented with a splay tree.
A map based on a splay tree.
A set based on splay tree.