Data structurePage edited by Emmanuel LécharnyChanges (1)
Full ContentWe will now define the needed data structure here. Base data structureBTreePage/Leaf/NodeWe will distinguish a Node from a Leaf : a Leaf contains values, when a Node contains references to some other pages. Also leaves are linked together, when Nodes are not. We will design an interface (Page), and abstract class (AbstractPage), and two implementations (Node and Leaf). Here is the class diagram : NodeLeafAbstractPageHelper classesInsertResult/ModifyResult/SplitResult
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
- [CONF] Apache Labs > Data structure confluence
