The following table lists macros in this documentation.
Name |
Description |
Adds a user pointer identified by key to a binary list. | |
This option may be passed to extended CreateBinaryTree methods to disallow adding of duplicates. Otherwise duplicates will be added; they will be added to the side of the node with the same value that has less children. Trees are created by default without this option, allowing the addition of duplicates. | |
This is the simplest way to create a binary tree. The default compare routine treats 'key' as an integer value that is compared against other for lesser/greater condition. This tree also allows duplicates to be added. | |
Creates a binary tree, allowing specification of comparison and destruction routines. | |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|