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

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.



Luis Fernando P. de Castro 2003-06-27