AVLTree.st
changeset 4140 40019372db6c
parent 4117 edda418517c4
child 4267 0808f2e18115
--- a/AVLTree.st	Fri Oct 14 00:09:35 2016 +0200
+++ b/AVLTree.st	Fri Oct 14 00:09:39 2016 +0200
@@ -76,6 +76,9 @@
     (unless a special situation arises, of which we don't know yet)
 
     [see also:]
+        AATree
+        BTree
+        SortedCollection
         https://en.wikipedia.org/wiki/AVL_tree
 
     Examples: