Changeset 38 for trunk/src/helpers/tree.c
- Timestamp:
- Feb 17, 2001, 3:03:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tree.c
r33 r38 194 194 * fnCompareIDs: 195 195 * 196 *added V0.9.9 (200 0-02-06) [umoeller]196 *added V0.9.9 (2001-02-06) [umoeller] 197 197 */ 198 198 … … 252 252 * exists. 253 253 * 254 *@@changed V0.9.9 (200 0-02-06) [umoeller]: removed comparison func254 *@@changed V0.9.9 (2001-02-06) [umoeller]: removed comparison func 255 255 */ 256 256 … … 927 927 * -- 1: current node first, then left node, then right node. 928 928 * -- 2: left node first, then right node, then current node. 929 * -- other: left node first, then current node, then right node. 929 * -- 0 or other: left node first, then current node, then right node. 930 * This is the sorted order. 930 931 */ 931 932
Note:
See TracChangeset
for help on using the changeset viewer.