1
0
mirror of synced 2024-09-19 17:56:09 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
bc366730a2 Fixed: LookupNode would sometimes return nil after creating a node and balancing the tree
Fixed: SetCursor in LookupNode was not implemented
Fixed: Next followed an incorrect path
2004-09-01 19:31:28 +00:00
f92c475873 Fixed: OwnsObject property and constructor parameter for ObjectHash 2004-09-01 18:19:31 +00:00
4d7c80a247 Fixed: LookupNode did not return newly created nodes
Fixed: Settings definitions, removed range support
2004-08-20 19:04:22 +00:00
dd627c8b74 Changed: renamed all tree and hash structure from X2Ut... to X2... for consistency
Added: TObject tree and hash
2004-08-20 13:03:07 +00:00
c47722f0db Added: Pointer and Integer hashes 2004-08-20 11:18:01 +00:00
b105c57f5b Merged: avltree branch 2004-08-20 10:03:59 +00:00
d3ae64e43d Fixed: bug in Binary Tree where root node would not be assigned an index
Fixed: Hash() implementation
2004-07-29 15:49:42 +00:00
4d284957d4 Fixed: hash conflict list 2004-07-29 13:48:35 +00:00
40d0401c95 Added: initial (non-working) X2UtHashes implementation
Changed: restructuring of X2UtBinaryTree to abstract data management
2004-07-29 06:33:18 +00:00
02fc3996a7 Added: TX2UtCustomBTree base class 2004-07-23 13:15:14 +00:00
0e708e29d5 Added: Binary Tree implementation (serves as the basis for an upcoming hashes unit) 2004-07-22 19:31:08 +00:00