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

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

Collaboration diagram for Splay Trees:

Classes

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

Detailed Description

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