tree_binary (232B)
1 # Tree binary 2 3 A [tree] in which [internal_nodes] have at most two [children] 4 5 - [tree_binary_full]: every [internal_node] has precisely two [children] 6 7 Up: [tree] 8 9 Aliases: binary tree, binary trees 10 11 See also: [binary_search_tree]