Changes between Version 4 and Version 5 of DataStructures
- Timestamp:
- Jun 30, 2006, 3:18:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataStructures
v4 v5 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 [wiki:Design &Hacks#a1.Modulesdesignmaintainance difficulties].67 implementation and [wiki:Design maintainance difficulties]. 68 68 69 69 {{{