aGrUM  0.20.3
a C++ library for (probabilistic) graphical models

A splay tree is a self-balancing binary search tree. More...

+ Collaboration diagram for Splay Trees:

Detailed Description

A splay tree is a self-balancing binary search tree.

Classes

class  gum::SplayBinaryNode< Element >
 the nodes of splay trees More...
 
class  gum::SplayTree< Element >
 A splay tree. More...