Node of the tree. Contains at most (degree * 2 - 1) elements and (degree * 2) subtrees.
Array of the pointers to the subtrees
Array of the elements
Indicator if the given node is a leaf
Number of the elements currently in the node
See Implementation
Node of the tree. Contains at most (degree * 2 - 1) elements and (degree * 2) subtrees.