|
Polymake Template Library (PTL) 4.15
|
#include <AVL.h>

Public Member Functions | |
| node (const node &o) | |
| doesn't copy the tree links | |
Public Attributes | |
| Ptr< node > | links [3] |
| links in the tree | |
| value_type | key_and_data |
| key and data fields | |
Standard node of an AVL tree @tmplparam K type of the key field @tmplparam D type of the data field