Crate splay_tree

Source
Expand description

Splay tree based data structures

Modules§

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

Structs§

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