diff --git a/doc/d-utils.md b/doc/d-utils.md index bf70f2b..0724989 100644 --- a/doc/d-utils.md +++ b/doc/d-utils.md @@ -437,3 +437,119 @@ sent to the address stored within. Sends email using mail(1) command. The arguments ```#:to``` and ```#:subject``` are mandatory. Argument ```#:from``` is optional. + +## util-bst [module] + + (import util-bst) + +Binary Search Tree implementation + +### make-bst [procedure] + + (make-bst subtag + EQ? + bst [procedure] + + (list->bst lst + subtag + EQ? +