diff options
author | spew <devnull@localhost> | 2017-04-22 14:28:02 -0500 |
---|---|---|
committer | spew <devnull@localhost> | 2017-04-22 14:28:02 -0500 |
commit | 6261dcb06b11c2db815b2e259b25b18a9673d900 (patch) | |
tree | 3ec7f3b8808a9499c7b87a2923f2ac09845af6d6 /sys/man/2 | |
parent | 9cf519814591413493be10cfaa00853cb15e7a0b (diff) |
replica: use libavl for avl tree implementation
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/avl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/2/avl b/sys/man/2/avl index 41a4e93ed..be3aa03b0 100644 --- a/sys/man/2/avl +++ b/sys/man/2/avl @@ -65,6 +65,12 @@ is less than, equal to, or greater than zero, respectively. removes the node matching the key from the tree and returns it. It returns nil if no matching key is found. .PP +.I Avlmin +returns the minimum +.B Avl +node in the tree and +.I avlmax +returns the maximum node. .I Avlnext returns the next .B Avl |