Next: bst bnodes searching, Previous: bst bnodes pred, Up: bst bnodes [Index]
The following syntactic bindings are exported by the library
(vicare containers binary-search-trees)
. The bindings whose
name is prefixed with $
are unsafe operations: they do
not validate their arguments before accessing them.
Return an exact integer representing the depth of node in the
binary tree. node must be #f
to represent and empty tree or
an instance of <binary-node>
.
#f
: the return value is ‘0’.