next up previous contents index
Next: 1.17.2 Justification Up: 1.17 Other Libraries Previous: 1.17 Other Libraries   Contents   Index

1.17.1 AVL Trees

AVL trees provide a mechanism to maintain key value pairs so that loop up, insertion, and deletion all have complexity ${\cal O}(\log n)$. This library contains predicates to transform a sorted list to an AVL tree and back, along with predicates to manipulate the AVL trees. This library was originally written for Sicstus by Mats Carlsson.



Terrance Swift 2007-10-06