# Functions
NewWith instantiates a B-tree with the order (maximum number of children) and a custom key comparator.
NewWithIntComparator instantiates a B-tree with the order (maximum number of children) and the IntComparator, i.e.
NewWithStringComparator instantiates a B-tree with the order (maximum number of children) and the StringComparator, i.e.