object
bintree
¶
Simple binary tree implementation of the dictionary protocol. Uses standard order to compare keys.
Author: Paulo Moura and Paul Fodor
Version: 2.9
Date: 2019/5/17
Compilation flags:
static, context_switching_calls
Remarks:
(none)
Inherited public predicates:
Public predicates¶
preorder/2
¶
Preorder tree traversal.
Compilation flags:
static
Template:
preorder(Tree,List)
Mode and number of proofs:
preorder(@tree,-list)
- one
Protected predicates¶
(no local declarations; see entity ancestors if any)
Private predicates¶
(no local declarations; see entity ancestors if any)