Changes between Version 3 and Version 4 of DataStructures
- Timestamp:
- Jun 30, 2006, 3:18:24 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataStructures
v3 v4 65 65 Therefore we tried to limit wastes, just single-linking the tree with `s_rightC` 66 66 and `s_leftC` pointers, increasing module complexity and consequent 67 implementation and mantainance [wiki:Design&Hacks#a1.Modulesdesigndifficulties].67 implementation and [wiki:Design&Hacks#a1.Modulesdesign maintainance difficulties]. 68 68 69 69 {{{