Sack Library Documentation
ContentsIndexReferenceHome
Macros
Macros
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. 
This is the simpler case of CreateBinaryTreeExtended, which does not make you pass DBG_SRC.
 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.