2-3-4 Trees Continued

October 15, 2012

Ambient Temperature: 72.9oF Concepts 2-3-4 Tree Powerpoint, slides 18 -> 20 When implementing a self-balancing 2-3-4 tree (or any complex data structure, for that matter), think before you code. Take the time to devise solutions that decouple interfaces from implementation, and that separate the variant and invariant behaviors. When applying code to those solutions, again […]